ワンクリックで
eow-review
Prepare end-of-week review notes summarizing the full week's work activity across all sources (Git, GitHub, Jira).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Prepare end-of-week review notes summarizing the full week's work activity across all sources (Git, GitHub, Jira).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Set up or bootstrap a project with the claude-code-config tooling — setup-project.sh, install-tooling.sh, the layered hooks setup, and the new-repo runbook. Use when installing this config into a repo, running the setup scripts, vendoring the make-check tooling, or bootstrapping a new project.
Create a new "Later" backlog item (Learn / Research / Do / Read) from a configurable template.
Install or update the shared MkDocs Material style layer (Ink & Indigo on warm paper) in the current project.
Prepare technical analysis for backlog refinement meetings.
Capture a quick status update and append it to today's daily log.
Prepare a standup document summarizing recent work activity across Git, GitHub, and Jira.
| name | eow-review |
| description | Prepare end-of-week review notes summarizing the full week's work activity across all sources (Git, GitHub, Jira). |
| argument-hint | [<period>] [--output <path>] [--skip-jira|--skip-calendar|--skip-github] |
Prepare end-of-week review notes summarizing the full week's work activity across all sources.
First, read GATHERING.md in the sibling standup skill directory (../standup/GATHERING.md relative to this SKILL.md) — it defines the shared data-gathering steps (identity, git, GitHub PRs, Jira, calendar, error handling, delivery). This file defines only what is week-review-specific.
$ARGUMENTS
--output <path> if present (default: ./eow-review-YYYY-MM-DD.md)--skip-jira, --skip-calendar, --skip-github flags if presentCompute $START_DATE and $END_DATE from the period:
$START_DATE = 7 days ago, $END_DATE = todaysince Monday → $START_DATE = most recent Monday, $END_DATE = today2 weeks → $START_DATE = 14 days ago, $END_DATE = todayUse them consistently in all gathering steps.
Examples: /eow-review, /eow-review since Monday, /eow-review 2 weeks, /eow-review --skip-calendar
# End of Week Review - DD Month YYYY
**Author:** [Name]
**Week:** DD Mon - DD Mon YYYY
---
## Summary
[2-3 sentence high-level summary of the week's primary focus areas and key deliverables]
---
## Completed This Week
### [Ticket ID]: [Title] ([Type], [Priority])
**Status:** [Current Status]
[Bullet points describing work done, PRs merged, key decisions made]
[Repeat for each ticket worked on, ordered by importance/effort]
---
## Other Work
- [Ad-hoc commits not linked to any ticket]
- [Code reviews given (PRs reviewed for others)]
- [Non-ticket work: refactoring, tooling, documentation]
---
## Git Activity
- **N commits** this week across all branches
- **N PRs merged**, N currently open
- **N PRs reviewed** for others
- Primary reviewers: [names]
## Pull Requests
| # | Title | Status | Merged | Reviewers | +/- |
| ---- | ------- | ----------- | ------ | --------- | ----- |
| NNNN | [Title] | Merged/Open | DD Mon | [names] | +N/-N |
## Jira Tickets
| Key | Summary | Type | Status |
| --------- | --------- | -------------- | ---------------- |
| PROJ-NNNN | [Summary] | Story/Bug/Task | Done/In Progress |
## Meetings & Calendar
| Date | Meeting |
| ---- | ---------- |
| Mon | [meetings] |
| Tue | [meetings] |
| Wed | [meetings] |
| Thu | [meetings] |
| Fri | [meetings] |
## Blockers / Risks
- [Any open blockers, PRs awaiting review, unresolved issues]
## Next Week
- [Planned work, follow-ups, upcoming priorities]