From worklog
Use when generating biweekly work status reports and posting updates to Jira tickets, or when user says "status update" or "post status"
How this skill is triggered — by the user, by Claude, or both
Slash command
/worklog:status-updateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generates an HTML work report and posts status comments to Jira tickets for the current reporting period. Automatically calculates the start date based on a Tuesday/Thursday biweekly cycle.
Generates an HTML work report and posts status comments to Jira tickets for the current reporting period. Automatically calculates the start date based on a Tuesday/Thursday biweekly cycle.
Find the most recent Tuesday or Thursday strictly before today:
| Today is | Start date is | Days back |
|---|---|---|
| Monday | Last Thursday | 4 |
| Tuesday | Last Thursday | 5 |
| Wednesday | Last Tuesday | 1 |
| Thursday | Last Tuesday | 2 |
| Friday | Last Thursday | 1 |
| Saturday | Last Thursday | 2 |
| Sunday | Last Thursday | 3 |
Calculate the start date using the table above. Format as YYYY-MM-DD.
Invoke the HTML report skill:
/taskledger:html-report --file ~/worklog/worklog.yaml --start-date {calculated-start-date}
Invoke the Jira update skill:
/taskledger:update-jira --file ~/worklog/worklog.yaml --start-date {calculated-start-date}
Report the start date used and confirm both steps completed.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub bryan-cox/personal-claude-skills --plugin worklog