Agent skill · AI & Agents

agent-ops-report

Generate markdown reports from issues. Filter by type, priority, epic, date range. Supports summary, detailed, progress, completion, velocity, and backlog analysis views.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill agent-ops-report-weholt-script-cast --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: none
Path: skills/analysis/agent-ops-report-weholt-script-cast/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Report Generation Skill **Works with or without `aoc` CLI installed.** Report data can be gathered via direct file reading. ## Goal Generate informative reports from issue data to help users understand project status, prioritize work, analyze velocity, and review history. Supports multiple output formats and automatic clarification handoff. ## Data Retrieval (File-Based — Default) Reports are generated by reading issue files directly: | Data Source | How to Retrieve | |-------------|-----------------| | All issues | Read `.agent/issues/{critical,high,medium,low}.md` | | Completed issues | Read `.agent/issues/history.md` | | Epic progress | Search for `epic:` field across priority files | | Blocked issues | Search for `status: blocked` in priority files | ### File-Based Report Generation 1. **Summary Report**: Count issues in each priority file, group by type 2. **Completion Report**: Parse `history.md` for date ranges, group by type/epic 3. **Velocity Report**: Count issues by date from `### Log` entries 4. **Backlog Analysis**: Calculate age from `created:` field in each issue 5. **Epic Progress**: Filter issues by `epic:` field, calculate completion % ## CLI Integration (when a

What's inside
Steps it walks through
  1. Goal
  2. Data Retrieval (File-Based — Default)
  3. File-Based Report Generation
  4. CLI Integration (when aoc is available)
  5. Export for Reports (CLI)
  6. Report Types
  7. 1. Summary Report (default)
  8. 2. Completion Report (NEW)
  9. 3. Progress/Velocity Report (ENHANCED)
  10. 4. Backlog Analysis Report (NEW)
  11. 5. Session History Report (NEW)
  12. 6. Epic Progress Report
  13. 7. Detailed Report
  14. Output Formats
Ships with 1 file
  • metadata.json
Commands it runs
Export all open issues as JSON
aoc issues list --json > open-issues.json
Export by priority for summary report
aoc issues list --priority critical --json
aoc issues list --priority high --json
Export epic progress data
aoc issues list --epic "authentication" --json
Include completed issues for history report
aoc issues list --done --json
More from claude-skill-registry
All skills →
About this skill
What does the agent-ops-report skill do?

Generate markdown reports from issues. Filter by type, priority, epic, date range. Supports summary, detailed, progress, completion, velocity, and backlog analysis views.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill agent-ops-report-weholt-script-cast --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going