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 reports on task execution, progress, and metrics including executive summaries, sprint burndowns, standups, performance analysis, and dependencies.
/reportGenerates reports on task execution, progress, and metrics including executive summaries, sprint burndowns, standups, performance analysis, and dependencies.
/reportGenerates a submission-ready bug bounty report in HackerOne, Bugcrowd, Intigriti, or Immunefi format with CVSS 3.1 score, steps to reproduce, impact statement, and remediation advice.
/reportGenerates formatted terminal report of AI experiments with stats, top tools, rating distribution, tags, recent activity, and latest details. Supports optional tool, tag, days, rating filters.
/reportGenerates a structured project analytics report covering code quality, velocity, dependency health, test health, and documentation coverage using git and file system analysis.
/reportGenerates a performance benchmark report from test results, including latency statistics, throughput analysis, error patterns, and prioritized optimization recommendations.