ワンクリックで
reporting
Produce structured status reports, summaries, and briefings from raw activity data
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Produce structured status reports, summaries, and briefings from raw activity data
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Review pull requests for code quality, security, and correctness
Review pull requests for code quality, security, and correctness
End-to-end shipping workflow — tests, PR creation, review request. Unified pr-create + pr-complete.
Periodic cross-agent learning consolidation — review what worked, what didn't, propagate insights
Break down complex problems through structured analytical frameworks
Persist and recall context across sessions — critical for continuity
| name | reporting |
| version | 1.0.0 |
| description | Produce structured status reports, summaries, and briefings from raw activity data |
| uses | [] |
| requires | {"tools":[],"env":[]} |
| security | {"risk_level":"read","capabilities":["report:generate"],"requires_approval":false} |
Produce structured status reports, summaries, and briefings from raw activity data — what's done, in progress, blocked, and upcoming.
This is an agent-handled skill (handler: type: agent). When generate_report is invoked, you (the agent) follow the methodology below using your writing and reasoning capabilities. There is no backing code — you follow these instructions directly. The tool schema in tool.yaml defines the external contract; this document guides how you fulfill it. An orchestrator may route this skill to any agent that has communication/reporting in its skill list.
Regular progress report for ongoing work. Answers: "Where do we stand?"
High-level overview for leadership. Answers: "What do I need to know?"
Detailed technical context for practitioners. Answers: "How does this work?"
Reflective analysis of completed work. Answers: "What did we learn?"
Context transfer between agents or team members. Answers: "What do I need to continue?"
Collect activity data from all available sources:
Sort all items into status categories:
Match detail to audience and report type:
| Detail Level | Content | Length | Audience |
|---|---|---|---|
| One-liner | Single sentence status | 1 sentence | Busy executives, chat updates |
| Brief | Key highlights only | 3-5 bullets | Managers, daily standups |
| Standard | Full categorized status | 1 page | Team leads, weekly reviews |
| Comprehensive | Detailed with context | 2-3 pages | Stakeholders, retrospectives |
## Status Update: [Period]
### Summary
[1-2 sentence overview of overall status: on track / at risk / blocked]
### Completed
- [Item]: [Brief outcome or result]
### In Progress
- [Item]: [Current state, expected completion]
### Blocked
- [Item]: Blocked by [cause]. Owner: [who]. Impact: [what's affected]
### Upcoming
- [Item]: [Expected start, priority]
### Risks
- [Risk]: Likelihood [L/M/H], Impact [L/M/H]. Mitigation: [action]
## Executive Summary: [Topic]
### Bottom Line
[The single most important thing to know — lead with the conclusion]
### Key Metrics
- [Metric 1]: [Value] ([trend: up/down/flat])
- [Metric 2]: [Value] ([trend])
### Highlights
- [Most important achievement]
- [Second most important achievement]
### Attention Needed
- [Decision required or risk to escalate]
### Next Steps
- [What happens next and who owns it]
## Technical Briefing: [Topic]
### Context
[Background needed to understand the technical details]
### Current State
[Technical description of where things stand]
### Architecture / Design
[Relevant technical details, diagrams, or code references]
### Trade-offs
- [Decision]: Chose [A] over [B] because [reason]
### Open Issues
- [Technical issue]: [Impact and proposed resolution]
## Retrospective: [Period/Project]
### Outcomes
- [What was delivered vs. what was planned]
### What Went Well
- [Positive pattern]: [Why it worked]
### What Could Improve
- [Issue]: [Root cause] → [Suggested improvement]
### Action Items
- [ ] [Specific action] — Owner: [who], Due: [when]
### Metrics
- [Metric comparison: planned vs. actual]
## Handoff: [Context]
### Current State
[Where things stand right now]
### What's Done
- [Completed item with relevant details for continuity]
### What's In Progress
- [Active item]: [Current state, what's next, any gotchas]
### What's Blocked
- [Blocked item]: [Cause, who to contact, workarounds tried]
### Key Context
- [Important decision or constraint the next person needs to know]
- [File/resource locations]
### Immediate Next Steps
1. [First thing to do when picking this up]
Before finalizing any report:
Use the template matching the selected report type. Always include:
Reporting is complete when: