sr:improve

sr:improve is a skill for Claude Code from huuanh20/awesome-ai-agent-skills. It costs 37 tokens per session (793 once invoked), scanned A, original, MIT.

A report-writing step for an SRS, or software requirements specification, that lists postponed features, technical risks, unresolved requirements, and possible future work.

In plain words
What is it for?
Use it to review a project's specification and open issues, then create an improvement report with deferred features, risks, warnings, and next-version candidates.
Why use it?
It makes important gaps and risks visible before development begins, instead of leaving them hidden in planning notes.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: names the AskUserQuestion tool; installed under .agents/ (shared by several agents).

Good fit Use it to review a project's specification and open issues, then create an improvement report with deferred features, risks, warnings, and next-version candidates.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/huuanh20/awesome-ai-agent-skills/sr-improve
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.

Any agent
npx skills add huuanh20/awesome-ai-agent-skills --skill sr-improve
Clone the repo
git clone --depth 1 https://github.com/huuanh20/awesome-ai-agent-skills

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sr:improve

README.md
[![agentmods](https://agentmods.dev/badge/skills/huuanh20/awesome-ai-agent-skills/sr-improve/github.svg)](https://agentmods.dev/skills/huuanh20/awesome-ai-agent-skills/sr-improve)
Your own site
<a href="https://agentmods.dev/skills/huuanh20/awesome-ai-agent-skills/sr-improve"><img src="https://agentmods.dev/badge/skills/huuanh20/awesome-ai-agent-skills/sr-improve/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sr:improve

Your own site · 80×15
<a href="https://agentmods.dev/skills/huuanh20/awesome-ai-agent-skills/sr-improve"><img src="https://agentmods.dev/badge/skills/huuanh20/awesome-ai-agent-skills/sr-improve.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 793 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00037 $0.00793
Opus 5 $0.00018 $0.00396
Sonnet 5 $0.00007 $0.00159
Haiku 4.5 $0.00004 $0.00079

Measured 12d ago against content hash 1fae8122cd01, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

sr:improve 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 12d 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.

.agents/skills/sr-improve/SKILL.md · 107 lines

How it starts

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

sr:improve

Goal: produce a candid improvement report — what was deferred, what carries risk, what should be resolved before development starts. Reference specific FR/NFR IDs.


Step 0 — Identify Project

AskUserQuestion: "Which project? (slug)"

Read from projects/{slug}/:

  • spec.md (for deferred features and open items)
  • srs/appendix-b-open-issues.md (for all [TBD] items)
  • srs/03-03-performance.md (for [TBD] NFRs)
  • Validator output if available (WARNs from /sr:validate)

Step 1 — Write improvement-report.md

Write projects/{slug}/improvement-report.md. No word limit.

§1 — Deferred Features (Next Version Candidates)

List every feature marked OUT of scope in spec.md that the user mentioned but deferred. For each:

  • Feature name
  • Why deferred (user's reason from brainstorm, if stated)
  • Estimated effort level (low | medium | high) — AI estimate only, not a commitment
  • Suggested version: v1.1 | v2.0 | unknown

§2 — Technical Risks

For each unresolved [TBD] in NFRs:

  • NFR-ID + description
  • What data is needed to set the target
  • Risk if unresolved: (A) test cannot be written (B) SLA cannot be committed (C) architecture decision blocked
  • Suggested owner + resolve-by milestone

For each external integration in §3.1:

  • Integration name + system
  • Risk: dependency on third-party uptime / API versioning / rate limits
  • Mitigation suggestion

§3 — FR Refinement Suggestions

Identify FRs that are:

  • Too broad (combines multiple behaviors that should be separate FRs)
  • Missing negative cases (what happens when it FAILS?)
  • Missing actor variants (same action, different permission level)

List each with the suggested split or addition.

§4 — NFR Gaps

NFRs with [TBD] Response Measure → list with: what benchmark test would produce the real number. NFRs with adjective-only measure (should have been caught by validator) → rewrite suggestion.

§5 — Validation Warnings

Enumerate every WARN from /sr:validate with:

  • Warning text
  • Which file/FR/NFR it refers to
  • Recommended resolution (specific action, not "review this")
  • Urgency: must resolve before dev | should resolve before QA | can defer

Read the full file on GitHub · 107 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. 12d ago First seen · 107 lines · 37 tokens per session scan A 1fae8122cd01

Subscribe to this mod's changes

sr:improve is a skill published in the GitHub repository huuanh20/awesome-ai-agent-skills (1 stars, last pushed 1mo ago), licensed MIT. It adds 37 tokens to every session and 793 once invoked, about $0.0002 per session on Opus 5. 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.

Related

Other skills, from other repositories

search

Search 2500+ curated ChatGPT and LLM open-source repositories. Use when the user asks to find tools, libraries, or repos related to ChatGPT, LLMs, RAG, agents, langchain, NLP, AI development, or any open-source AI tooling.

taishi-i/awesome-ChatGPT-repositories · 57 tokens

check-mcp-json

Safely review, triage, repair, and merge ToolSDK MCP Registry package JSON pull requests. Use when an agent needs to validate files under packages/, detect duplicate registry keys, classify community PRs, make authorized fixes on contributor branches, close invalid or duplicate PRs, or squash-merge approved PRs.

toolsdk-ai/toolsdk-mcp-registry · 68 tokens

vox-video-director

Turn ONE topic into a finished Vox-style paper-collage explainer / ad video, end to end with Aliyun Bailian CLI + local ffmpeg — script, collage keyframes, motion, voice-over, music, captions, all automated. Use this whenever the user wants a "Vox style" video, a paper/torn-paper collage animation, a "motion collage"…

modelstudioai/skills · 238 tokens

bailian-train-deploy

A workflow for using Alibaba Cloud’s Bailian command-line tool to fine-tune or directly deploy AI models as callable services. It covers text, speech-synthesis, image-generation, and video-generation models.

modelstudioai/skills · 321 tokens

spark-video-cast

Scaffold and generate reference assets for characters (cast), locations (movie-set / set dressing), and key props — the three pillars of visual consistency in spark-video. Wraps bl image generate / edit for portrait creation. Use when adding new characters/locations/props or when costume/state changes are needed.

modelstudioai/skills · 66 tokens

spark-video-screenwriter

Turn a user's premise into a structured screenplay (one scene at a time) for the spark-video pipeline. Wraps Shanyin Super Screenwriting Master when available — that upstream Shanyin SKILL is the single source of truth for craft when present.

modelstudioai/skills · 56 tokens