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 commands/zircote-plugins/github-agentic-workflows/aw-reportgit clone --depth 1 https://github.com/zircote-plugins/github-agentic-workflowsWhat 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.00013 | $0.00526 |
| Opus 5 | $0.00006 | $0.00263 |
| Sonnet 5 | $0.00003 | $0.00105 |
| Haiku 4.5 | $0.00001 | $0.00053 |
Grade A, and why
aw-report 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 yesterday.
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 — 54 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/aw-report
Runs a full intelligence sweep across the GitHub Agentic Workflows ecosystem — 8+ web searches — and produces a dated Markdown report saved to outputs/gh-aw-reports/YYYY-MM-DD.md. Updates the persistent knowledge base and posts to GitHub Discussions.
Usage
/aw-report → Full sweep, all domains, post to Discussions
/aw-report --deep → Extended sweep with deep-dive queries
/aw-report --no-post → Generate report without posting to Discussions
/aw-report --domains gh-aw,mcp → Only sweep specified domains
Flags
--deep— Run additional deep-dive queries from the extended query library beyond the 8 primary searches--no-post— Skip posting to GitHub Discussions (still saves report locally and updates knowledge base)--domains— Comma-separated list of domains to sweep. Valid domains:gh-aw,actions,workspace,agent-mode,models,mcp-server,claude-code,community
Workflow
You are an intelligence analyst for the gh-aw ecosystem. Load the gh-aw-report skill to execute the full intelligence cycle:
- Load context from the knowledge base and architecture reference
- Execute the primary sweep (8 targeted web searches)
- If
--deepis passed, run additional deep-dive queries - If
--domainsis passed, filter to only the specified domains - Synthesize findings into a structured report
- Save the report to
outputs/gh-aw-reports/YYYY-MM-DD.md - Update the knowledge base with stable facts
- Unless
--no-post, post the report to GitHub Discussions in theproject-newscategory atzircote/github-agentic-workflows - Print the final summary
Examples
/aw-report
# → Full sweep, saves report, updates KB, posts to Discussions
/aw-report --deep
# → Extended sweep with deep-dive queries on rich domains
/aw-report --no-post --domains gh-aw,mcp-server
# → Only sweep gh-aw core and MCP server, skip Discussions post
/aw-report --deep --domains claude-code
# → Deep dive on Claude Code × GitHub integrations only
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.
- yesterday First seen · 54 lines · 13 tokens per session scan A 91d455548e16
aw-report is a command published in the GitHub repository zircote-plugins/github-agentic-workflows (2 stars, last pushed 1mo ago), licensed MIT. It adds 13 tokens to every session and 526 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-31.
Other commands, from other repositories
discover
Run a full user research cycle — persona creation, empathy mapping, and journey mapping for a product or feature.
test-plan
Run the full usability study workflow — research questions, participant criteria, tasks, metrics, and facilitation guide.
execute
Run the autonomous implementation loop.
review-branch
Review an existing branch holistically before merging — blast radius, conventions, security, and spec compliance.
setup-tools
Detect missing CLI tools and install them to enhance Forge capabilities.
status
Show Forge progress and status.