progress-report

A development progress report is a summary of an issue’s work, including test-driven development (TDD), testing, code cleanup, quality checks, and blockers. TDD means writing tests as part of guiding the implementation.

In plain words
What is it for?
Use it to summarize an issue’s current status, test results, quality measurements, blockers, and next steps.
Why use it?
It brings results scattered across files and Git history into one report, so unfinished work and problems are easier to see.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/kewton/commandmate/progress-report
Clone the repo
git clone --depth 1 https://github.com/Kewton/CommandMate

Made for: Claude Code.

Per session 17 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,114 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00017 $0.01114
Opus 5 $0.00009 $0.00557
Sonnet 5 $0.00003 $0.00223
Haiku 4.5 $0.00002 $0.00111

Measured yesterday against content hash e3bd891604e4, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

progress-report scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

cat .claude/prompts/progress-report-core.md
.claude/commands/progress-report.md · 100 lines

How it starts

The opening of the file, as written. The whole thing — 100 lines — stays where its author put it; the contents beside it link to each section on GitHub.

進捗報告スキル

概要

開発の各フェーズ(TDD、テスト、リファクタリング)の結果を集約し、進捗レポートを作成するスキルです。

このスキルはスラッシュコマンドモードで動作します(ユーザーが直接実行)。

使用方法

  • /progress-report [Issue番号]
  • 「Issue #[番号]の進捗レポートを作成してください」
  • 「現在の開発状況をまとめてください」

実行内容

共通プロンプトを読み込んで実行します:

cat .claude/prompts/progress-report-core.md

このプロンプトの内容に従って、進捗レポートを作成してください。


動作モード

スラッシュコマンドモード:

  • ユーザーから対話的に情報を取得
  • Issue番号を確認
  • 各フェーズの結果ファイルを読み込み
  • Git履歴を確認
  • 結果をMarkdown形式でターミナルに表示

レポート内容

  1. 概要 - Issue番号、ステータス
  2. フェーズ別結果 - TDD、テスト
  3. 総合品質メトリクス - カバレッジ、静的解析エラー
  4. 検証メトリクス - 対象期間の report metrics 出力(tasks / verification / intervention)
  5. ブロッカー - 問題点、課題(あれば)
  6. 次のステップ - 具体的なアクション提案

4. 検証メトリクスの取り方

commandmate report metrics --days <対象期間の日数> --json > /tmp/vibe-metrics.json 2>&1; echo $?
  • --days1..90 の整数のみ。範囲外はクランプされず exit 2 で失敗するので、 期間を計算した側で 1..90 に丸めてから渡す。
  • > ファイル 2>&1; echo $? の形を崩さないこと。| grep に繋ぐと exit code が消え、失敗を成功として読む。
  • exit code が 0 以外なら、このセクションごと省略する(サーバ未稼働は 1、認証エラー・範囲外は 2commandmate 不在は 127)。進捗レポートの生成自体は止めない。失敗時のファイルには JSON ではなく エラー文が入るため、パースしてから判断してはいけない。
  • exit 0 でも tasks.total / verification.runs / intervention.humanResponds / intervention.autoAnsweredすべて 0 なら、同じくセクションごと省略する(日次レポートの buildMetricsSection() と同じ方針。 ゼロの羅列は「何も起きていない」をモデルに「発見」として語らせるため)。
  • 比率は分母ゼロのとき 0 ではなく null で返る。nulln/a と書き、0% と書いてはいけない

載せる項目:

フィールド
tasks total / succeeded / failed / notStarted / successRate / avgRetryLoops
verification runs / passRate / gateFailBreakdownfailCount 降順・最大 10 件)
intervention humanResponds / autoAnswered

intervention.suppressedByPolicy は v1 では常に null(抑止ログが DB 化されていない)なので載せない。


完了条件

以下をすべて満たすこと:

  • すべての結果ファイルを読み込み済み
  • Git履歴を確認済み
  • 品質メトリクスを集計済み
  • 次のステップを提案済み

サブエージェントモード

サブエージェントとして呼び出す場合は、PM Auto-Devが以下のように実行します:

Use progress-report-agent to generate progress report for Issue #166.

Read the full file on GitHub · 100 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 100 lines · 17 tokens per session scan B e3bd891604e4

Subscribe to this mod's changes

progress-report is a command published in the GitHub repository Kewton/CommandMate (39 stars, last pushed yesterday), licensed MIT. It adds 17 tokens to every session and 1,114 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.