updated 7d ago
Perform end-of-week workflow automation: review active Jira tickets, add status updates, and prepare TODO file for next week.
Edge Ic:weekly Wrapup で何ができる?
name: edge-ic:weekly-wrapup description: End-of-week automation - review active work and prepare next week's TODO allowed-tools:
- Read
- Write
- mcp__atlassian__jira_search
- mcp__atlassian__jira_add_comment
- mcp__atlassian__jira_transition_issue
- AskUserQuestion user-invocable: true
IC: Weekly Wrap-up
Perform end-of-week workflow automation: review active Jira tickets, add status updates, and prepare TODO file for next week.
Task
Automate the weekly wrap-up process by reviewing active work, gathering status updates, and creating a structured TODO file for the upcoming week with carry-over items and suggested priorities.
Instructions
- Parse arguments:
--dry-run,--no-jira,--no-todo - Query active Jira tickets: assignee = currentUser() AND statusCategory IN ("In Progress", "To Do")
- Group tickets by status: Code Review, POST, In Progress, ASSIGNED, To Do
- Prompt for status updates for each ticket
- Read current week's TODO files: Resolve Monday's date from current week and read
$HOME/.daily/YYYY/MM/YYYY-MM-DD.md. File must conform to format defined inplugins/edge-ic/references/TODO_FILE_FORMAT.md. If validation fails in--dry-runmode, display errors but continue; otherwise abort. - Generate next Monday's TODO file: Resolve next Monday's date and write to
$HOME/.daily/YYYY/MM/YYYY-MM-DD.md. Generated file must pass validation againstplugins/edge-ic/references/TODO_FILE_FORMAT.mdbefore writing. If validation fails in--dry-runmode, display errors but continue; otherwise abort. - Generate backlog suggestions
- Display summary
Important
- Interactive by default - User must confirm each status update
- Use currentUser() in JQL
- Preserve context in carry-over items, including all indented link sub-lines beneath them
- Support --dry-run to preview before committing
TODO File Format and Validation
- TODO files are stored at
$HOME/.daily/YYYY/MM/YYYY-MM-DD.md - Files must conform to format defined in
plugins/edge-ic/references/TODO_FILE_FORMAT.md - Validation is enforced for both read and write operations
- Validation failures abort the operation (except in --dry-run mode, which displays errors and continues)
- User-invocable skill - only invoke when the user explicitly requests weekly wrap-up automation
インストール
Edge Ic:weekly Wrapup をクライアントに追加します。お使いのものを選んでください。
npx skills add openshift-eng/edge-toolingInstalls every skill in the repository, then prompts for which to keep.
/plugin marketplace add openshift-eng/edge-toolingAdds the repository as a plugin marketplace; install individual plugins with `/plugin install`.
git clone https://github.com/openshift-eng/edge-tooling
cp -r plugins/edge-ic/skills/weekly-wrapup ~/.claude/skills/A skill is a plain directory. Copy it into `.claude/skills/` in a project or in your home directory.
スコア
53 / 100
及第