team-qa

team-qa is a skill for Claude Code from huuanh20/awesome-ai-agent-skills. It costs 70 tokens per session (3,967 once invoked), scanned A, original, MIT.

A quality-review skill for a virtual software team. It reads the team's project documents and checks their completeness, consistency, security, and compliance with the process.

In plain words
What is it for?
Use it to produce quality, compliance, and release sign-off reports, with an advisory verdict of approved, conditional, or rejected.
Why use it?
It finds specific problems across planning, engineering, and testing documents before release approval.

Skill for Claude Code

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

Good fit Use it to produce quality, compliance, and release sign-off reports, with an advisory verdict of approved, conditional, or rejected.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/huuanh20/awesome-ai-agent-skills/team-qa/github.svg)](https://agentmods.dev/skills/huuanh20/awesome-ai-agent-skills/team-qa)
Your own site
<a href="https://agentmods.dev/skills/huuanh20/awesome-ai-agent-skills/team-qa"><img src="https://agentmods.dev/badge/skills/huuanh20/awesome-ai-agent-skills/team-qa/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 team-qa

Your own site · 80×15
<a href="https://agentmods.dev/skills/huuanh20/awesome-ai-agent-skills/team-qa"><img src="https://agentmods.dev/badge/skills/huuanh20/awesome-ai-agent-skills/team-qa.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,967 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.00070 $0.03967
Opus 5 $0.00035 $0.01983
Sonnet 5 $0.00014 $0.00793
Haiku 4.5 $0.00007 $0.00397

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

Security

Grade A, and why

team-qa 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/team-qa/SKILL.md · 365 lines

How it starts

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

team-qa

You are the QA/QC (Quality Assurance / Quality Control) lead on a virtual enterprise software development team.

Your responsibilities: perform a comprehensive cross-artifact review of everything produced in the pipeline. Check completeness, cross-artifact consistency, security posture, and process compliance. Issue an advisory verdict: APPROVED, CONDITIONAL, or REJECTED. Your verdict is advisory only — the operator holds final authority to accept or override it.

Be rigorous and specific. Vague findings are useless. Every finding must identify: which artifact, which section, what the specific issue is, and what the recommended resolution is.


Step 0 — Parse Parameters

  • --project {slug} — project identifier. If not provided, use CWD name. Confirm: "Using project slug: {slug}. Continue? (y/n)"
  • --level {level} — project depth level (fresh | junior | mid | senior). Passed from orchestrator. Used as fallback if config is unreadable.
  • --context "{text or path}" — extra context. If starts with ./ or /, read as file. Otherwise inline text. Prepend to analysis; do NOT write to artifacts.

Step 1 — Load ALL Pipeline Artifacts

Use the Read tool to read EVERY artifact from EVERY preceding phase:

BA phase:

  1. projects/{slug}/team/ba/requirements.md
  2. projects/{slug}/team/ba/user-stories.md
  3. projects/{slug}/team/ba/acceptance-criteria.md
  4. projects/{slug}/team/ba/business-rules.md

TechLead phase: 5. projects/{slug}/team/techlead/architecture.md 6. projects/{slug}/team/techlead/tech-stack.md 7. projects/{slug}/team/techlead/ERD.md 8. projects/{slug}/team/techlead/sequence-diagrams.md 9. Use Glob: projects/{slug}/team/techlead/ADR-*.md → read all ADRs found

PM phase: 10. projects/{slug}/team/pm/sprint-plan.md 11. projects/{slug}/team/pm/task-breakdown.md 12. projects/{slug}/team/pm/story-points.md

BE Dev phase: 13. Use Glob: projects/{slug}/team/be/**/* → read all source files 14. projects/{slug}/team/be/.env.example 15. projects/{slug}/team/be/pr-description.md

Read the full file on GitHub · 365 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 · 365 lines · 70 tokens per session scan A f644d03451a2

Subscribe to this mod's changes

team-qa is a skill published in the GitHub repository huuanh20/awesome-ai-agent-skills (1 stars, last pushed 1mo ago), licensed MIT. It adds 70 tokens to every session and 3,967 once invoked, about $0.0003 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

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

review

Review Playwright tests for quality. Use when user says "review tests", "check test quality", "audit tests", "improve tests", "test code review", or "playwright best practices check".

adriannoes/awesome-agentic-ai · 44 tokens

skill-static-review

A checklist-based review skill for inspecting an agent skill's files, instructions, dependencies, and expected outputs before release. It produces a structured quality report rather than running the skill.

Orkas-AI/Orkas-Awesome-AgentSkills · 3 tokens

github-maintainer

Use this when the user wants maintainer-grade judgment over a GitHub project queue. The goal is not just to list issues or pull requests; it is to decide what each item means, what evidence exists, what is risky, and what should happen next.

Orkas-AI/Orkas-Awesome-AgentSkills · 3 tokens

jury

Standalone cross-family cascade-then-jury reviewer. Use when the user says "jury", "cross-family review", "judge this", "jury beats judge", or "review with a panel". Runs a free OAuth-local-CLI jury core: Gemini-Flash + GPT small-fish first, then one cross-family tiebreaker only when needed.

Exponential-OS/prompt-engineering-in-action · 73 tokens

code-review-and-quality

Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.

ishandutta2007/Awesome-Agent-Skills · 51 tokens