qualify

qualify is a command for Claude Code from severity1/claude-agent-sdk-go. It costs 17 tokens per session (1,686 once invoked), scanned A, original, MIT.

A command for checking whether an issue or pull request is clear, complete, and aligned with a Python software development kit before test-driven development, or TDD, begins.

In plain words
What is it for?
Reviewing an issue or pull request, finding its linked counterpart, collecting comments, checking Python SDK parity, and producing a report for the /tdd command.
Why use it?
It gathers related discussion and compares the proposed work with requirements before implementation starts.

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/severity1/claude-agent-sdk-go/qualify
Clone the repo
git clone --depth 1 https://github.com/severity1/claude-agent-sdk-go

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 qualify

README.md
[![agentmods](https://agentmods.dev/badge/commands/severity1/claude-agent-sdk-go/qualify.svg)](https://agentmods.dev/commands/severity1/claude-agent-sdk-go/qualify)
Your own site
<a href="https://agentmods.dev/commands/severity1/claude-agent-sdk-go/qualify"><img src="https://agentmods.dev/badge/commands/severity1/claude-agent-sdk-go/qualify.svg" alt="Measured on agentmods" height="20"></a>
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,686 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 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.01686
Opus 5 $0.00009 $0.00843
Sonnet 5 $0.00003 $0.00337
Haiku 4.5 $0.00002 $0.00169

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

Security

Grade A, and why

qualify scanned grade A 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 5d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s https://platform.claude.com/docs/en/agent-sdk/python.md
.claude/commands/qualify.md · 162 lines

How it starts

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

Issue and PR Qualification

Validate issue/PR #$ARGUMENTS for correctness, completeness, and Python SDK alignment. Produces a verdict report that feeds into /tdd.

Phase 1: Identification & Context Gathering

Determine what #$ARGUMENTS is and find its linked counterpart:

  1. Check if it is an issue - Run gh issue view $ARGUMENTS --json number,title,body,state,labels,comments
  2. Check if it is a PR - Run gh pr view $ARGUMENTS --json number,title,body,state,files,additions,deletions,commits,comments,headRefName
  3. Find the linked counterpart:
    • If PR: extract linked issue from body (Closes #N, Fixes #N, Issue #N, (Issue #N)) and fetch it
    • If issue: search for linked PRs via gh pr list --search "issue #$ARGUMENTS" and check open PRs referencing it
  4. Fetch all comments on both the issue and PR (if both exist) for additional context

Display a summary:

Context for #$ARGUMENTS
-----------------------
Issue: #<number> - <title> (<state>)
PR:    #<number> - <title> (<state>) [or "None found"]

Phase 2: Issue Validation

Assess whether the issue is well-defined and ready for implementation:

  1. Check issue structure - Does the body contain:
    • Clear description of the problem or feature
    • Reproduction steps (for bugs)
    • Proposed Implementation section
    • Files to Modify section
    • Example Usage (if applicable)
  2. Read all comments - Look for scope changes, decisions, or additional requirements added after filing
  3. Check labels - Confirm categorization (bug, enhancement, good first issue, etc.)
  4. Extract requirements - Build a numbered list of acceptance criteria from the issue body and comments. Include both explicit requirements and implied ones.

Output the requirements list - this feeds directly into /tdd Phase 2:

Requirements for #$ARGUMENTS
-----------------------------
1. <requirement>
2. <requirement>
...

If the issue is missing critical information: Note the gaps but continue - the verdict will reflect them.

Read the full file on GitHub · 162 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. 5d ago First seen · 162 lines · 17 tokens per session scan A 0af421143328

Subscribe to this mod's changes

qualify is a command published in the GitHub repository severity1/claude-agent-sdk-go (170 stars, last pushed 2mo ago), licensed MIT. It adds 17 tokens to every session and 1,686 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.