update-progress

A command that adds a short progress note to the GitHub issue linked to your current branch. It can also add a visible comment when work is blocked.

In plain words
What is it for?
Use it while implementing an issue to record changed files, completed work, problems, and blockers.
Why use it?
It keeps the issue’s record up to date without rewriting earlier notes, so teammates can see what changed and what help is needed.

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/carlwestman/borsdata-mcp-server/update-progress
Clone the repo
git clone --depth 1 https://github.com/carlwestman/borsdata-mcp-server

Made for: Claude Code.

Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 293 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00000 $0.00293
Opus 5 $0.00000 $0.00147
Sonnet 5 $0.00000 $0.00059
Haiku 4.5 $0.00000 $0.00029

Measured 2d ago against content hash 7933cc158941, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

update-progress scanned grade A with 0 findings 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 2d ago.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/update-progress.md · 31 lines

What it actually says

/update-progress — Update the current issue with progress notes

Append a progress update to the GitHub issue you're currently working on.

Steps

  1. Detect the current branch and issue number:

    BRANCH=$(git branch --show-current)
    

    Extract the issue number from the branch name (pattern: issue-<NUMBER>-*).

  2. Summarise what you've done since the last update — list the files changed, features implemented, or problems encountered. Be specific and concise.

  3. Append to the issue description under the Implementation Progress section:

    gh issue edit <NUMBER> --body "$(gh issue view <NUMBER> --json body -q .body)
    - 🔄 $(date -u +%Y-%m-%dT%H:%M:%SZ): <concise summary of progress>
    "
    
  4. If blocked or need input, also add a comment to the issue so it shows up in notifications:

    gh issue comment <NUMBER> --body "🚧 **Blocked**: <description of what's needed>"
    

Rules

  • Keep updates brief — one or two bullet points per update.
  • Don't rewrite the existing description — only append.
  • If the issue body is getting long, keep only the most recent 5-6 progress entries and summarise older ones.
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. 2d ago First seen · 31 lines · 0 tokens per session scan A 7933cc158941

Subscribe to this mod's changes

update-progress is a command published in the GitHub repository carlwestman/borsdata-mcp-server (0 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 293 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.