From dev-toolkit
Generate a structured report for the recent work — pick template (build/audit/decision/incident/migration), apply forge-report skill conventions, output scannable summary with TL;DR, what's done, not-done, reversibility, drift risks, and next steps.
How this command is triggered — by the user, by Claude, or both
Slash command
/dev-toolkit:reportThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /report — Structured Summary of Recent Work You are generating a **structured report** for the user about recent multi-step work in this conversation. ## Step 1 — Load the forge-report skill Read the skill router: `plugins/dev-toolkit/skills/forge-report/SKILL.md` If the skill is not found at that path (e.g. user installed dev-toolkit globally), it should be auto-loaded from the installation. Don't fabricate format — always pull from the skill. ## Step 2 — Pick the right template Scan the conversation for the dominant task type. Use this decision tree: 1. **Created/built something ...
You are generating a structured report for the user about recent multi-step work in this conversation.
Read the skill router: plugins/dev-toolkit/skills/forge-report/SKILL.md
If the skill is not found at that path (e.g. user installed dev-toolkit globally), it should be auto-loaded from the installation. Don't fabricate format — always pull from the skill.
Scan the conversation for the dominant task type. Use this decision tree:
build-summaryaudit-summarydecision-summaryincident-summarymigration-summaryIf multiple apply, pick the one whose next step is most actionable for the user.
If none apply (just Q&A, explanation, single edit) — say so:
"Recent work doesn't meet structured-report criteria. Here's a brief summary instead: ..."
For the chosen template:
sections/01-templates/<template>.md — type-specific structuresections/02-required-sections/ — TL;DR, not-done, reversibility, drift-risks, next-steps (all mandatory)sections/00-anchors/ — status icons, TL;DR rules, confidence labelsApply the template strictly:
Before sending, scan the report against:
sections/03-anti-patterns/wall-of-text.md — break prose into structuresections/03-anti-patterns/over-reporting.md — if task was tiny, downscale to inline summarysections/03-anti-patterns/duplicate-info.md — collapse repeated factsSend the report. Don't add "Here's your report:" preamble — the structure is self-evident.
/report, so always generate (don't skip even if task was small; user asked)./report), the global CLAUDE.md rule decides — see ~/.claude/CLAUDE.md "Structured Reports" section.npx claudepluginhub forgeplan/marketplace --plugin dev-toolkit/reportGenerates detailed project reports for sprint reviews, performance analysis, and executive summaries. Supports multiple report types including burndown, dependency, and daily standup.
/reportGenerates detailed project reports for sprint reviews, performance analysis, and executive summaries. Supports multiple report types including burndown, dependency, and daily standup.
/reportGenerates a submission-ready bug bounty report in HackerOne, Bugcrowd, Intigriti, or Immunefi format with CVSS 3.1 score, proof of concept, impact statement, and remediation.
/reportGenerates a terminal report of AI experiments: summary stats, top tools, rating distribution, popular tags, recent activity, and latest entries. Supports optional filters for tool, tag, days, rating.
/reportGenerates a performance benchmark report from test results, including latency distributions, SLA compliance, throughput analysis, and prioritized recommendations.
/reportAnalyzes git history, code quality, dependencies, tests, and documentation to produce a structured project health report with scores and top issues.