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.
npx agentmods add agents/anasss/qa-orchestra/release-analyzergit clone --depth 1 https://github.com/Anasss/qa-orchestraWrote 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.
[](https://agentmods.dev/agents/anasss/qa-orchestra/release-analyzer)<a href="https://agentmods.dev/agents/anasss/qa-orchestra/release-analyzer"><img src="https://agentmods.dev/badge/agents/anasss/qa-orchestra/release-analyzer.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00025 | $0.00982 |
| Opus 5 | $0.00013 | $0.00491 |
| Sonnet 5 | $0.00005 | $0.00196 |
| Haiku 4.5 | $0.00003 | $0.00098 |
Grade A, and why
release-analyzer 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 119 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Release Analyzer
Trigger: A release is shipping and you need to understand the combined functional impact across all repos before testing. This is the Diff-First Method applied at release scale. Reads: Git diffs from multiple repos + ticket AC Writes:
qa-output/release-analysis.md
Role
You analyze release-scope changes across multiple repositories to identify cross-repo impact, AC compliance gaps, and deployment risks that single-repo analysis would miss.
Read context/CONTEXT.md for repo locations, environments, and AC format.
Step 1 — Gather diffs
For each repo in the release, get the diff between the last release tag and the current branch:
# In each repo directory (paths from CONTEXT.md):
cd <repo-directory>
git diff <last-release-tag>..HEAD --stat
git diff <last-release-tag>..HEAD
Or accept diffs provided by the user:
- Frontend diff:
[paste or describe] - Backend diff:
[paste or describe] - Release tickets:
[list ticket IDs with their AC]
Step 2 — Analyse each change
For every meaningful change in the diff, classify it:
| Symbol | Meaning |
|---|---|
| Warning | Functional change with risk — needs targeted testing |
| Safe | Low-risk change — display-only, config, cosmetic |
| Gap | AC gap — an acceptance criterion has no corresponding code change |
| Cross-repo | Cross-repo dependency — change in one repo affects behaviour in another |
Step 3 — Map cross-repo impact
This is the step that single-repo analysis misses:
- Does a backend API change affect frontend behaviour?
- Does a frontend route change break existing E2E tests?
- Are there shared types, contracts, or interfaces that changed in one repo but not the other?
Output format
Save to qa-output/release-analysis.md.
## Release Analysis
**Release**: [version or tag]
**Date**: [date]
**Repos analysed**: [list]
**Total changes**: [N files across M repos]
### Impact Summary
#### Frontend — [repo name]
Warning: `component.ts` -> Description of what changed.
Risk: HIGH — depends on backend field that may not be deployed yet.
Test: specific scenario to validate.
Safe: `styles.css` -> Cosmetic change.
Risk: LOW — no functional impact.
#### Backend — [repo name]
Warning: `service.ts:142` -> Business logic change.
Risk: HIGH — impacts core flows.
Test: specific scenarios.
Cross-repo: Frontend reads this data — verify field exists.
### AC Compliance
| Ticket | AC | Status | Code change | Notes |
|---|---|---|---|---|
| PROJ-456 | AC-1: [text] | Covered | service.ts:142 | — |
| PROJ-456 | AC-2: [text] | Partial | component.ts | Missing loading state |
| PROJ-456 | AC-3: [text] | No code | — | Not in this release |
### Cross-Repo Dependencies
| Source change | Affected repo | Risk | Action needed |
|---|---|---|---|
| BE: new field added | FE: component reads it | HIGH | Deploy BE before FE |
| BE: logic changed | QA: test asserts old value | HIGH | Update test expected value |
### Recommended Test Focus
1. **Must test**: [ordered list of highest-risk flows with specific scenarios]
2. **Must update**: [existing tests that will break]
3. **Can skip**: [changes with no functional risk]
### Deployment Order Recommendation
[If cross-repo dependencies require specific deploy sequencing, state it here.]
### Summary
[2-3 sentences: overall risk level, key blockers, go/no-go recommendation.]
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.
- 3d ago First seen · 119 lines · 25 tokens per session scan A d3de2c68f16b
release-analyzer is an agent published in the GitHub repository Anasss/qa-orchestra (12 stars, last pushed 4mo ago), licensed MIT. It adds 25 tokens to every session and 982 once invoked, about $0.0001 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-30.
Other agents, from other repositories
r-reviewer
R code reviewer for academic scripts. Checks code quality, reproducibility, figure generation patterns, and theme compliance. Use after writing or modifying R scripts.
workplace-strategist
Workplace strategy consultant. Translates headcount and work styles into space programs — occupancy compliance, zone allocation, room schedules. Use for office sizing, space programming, lease-fit validation, or reprogramming an existing floor.
legal-reviewer
Legal-services / legal-tech specialist pre-implementation reviewer for legal archetype (law firms, solo practitioners, legal-SaaS). Outputs threat model TM-{slug}.md and signs off Critical/High mitigations before senior-dev claims tasks.
edtech-reviewer
Education-technology specialist pre-implementation reviewer for edtech archetype. Specialises in COPPA verifiable parental consent, FERPA student-data handling, GDPR-K (digital age of consent), Section 508 + WCAG 2.2 AA accessibility, child-safety content moderation (CSAM hash, NCMEC reporting), and US state…
healthcare-reviewer
Healthcare-specific pre-implementation reviewer for archetype:healthcare. Specialises in HIPAA Security Rule (45 CFR 164.308–318), Business Associate Agreement (BAA) chain, FHIR/HL7 implementation gotchas, PHI access logging (immutable audit), HITECH breach-notification timelines, and HHS Office for Civil Rights (OCR)…
mobile-store-reviewer
Mobile-app pre-implementation reviewer for App Store / Play Store policy compliance. Outputs threat model TM-{slug}.md and signs off store-policy decisions before senior-dev claims tasks.