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/itdojp/ae-framework/cigit clone --depth 1 https://github.com/itdojp/ae-frameworkWhat 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.00000 | $0.00673 |
| Opus 5 | $0.00000 | $0.00336 |
| Sonnet 5 | $0.00000 | $0.00135 |
| Haiku 4.5 | $0.00000 | $0.00067 |
Grade A, and why
ci 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.
What it actually says
Agents Runbook: CI
🌍 Language / 言語: English | 日本語
English
When to use
- when a PR required check has failed
- when you need an initial triage and rerun plan for CI failures
What to load (primary sources)
docs/ci-policy.mddocs/ci/ci-operations-handbook.mddocs/ci/ci-troubleshooting-guide.mddocs/ci/automation-failure-policies.md.github/workflows/*.yml
Commands (copy/paste)
gh pr checks "$PR_NUMBER" --required
gh run view "$RUN_ID" --log-failed
gh run rerun "$RUN_ID"
pnpm -s run check:doc-consistency
Artifacts to check
artifacts/ci/*- the PR
CI Status Snapshotcomment - step summaries from failed jobs
Escalation / follow-up
- if a required check is failing by design, leave the repro command, cause, and fix plan in the PR comment
- if you need a fail-open / fail-closed judgment, follow
docs/ci/automation-failure-policies.md - if the check is blocked by unresolved AI review threads, resolve the threads first and then rerun or refresh the head branch
日本語
When to use
- PR で required check が失敗したとき
- 失敗原因の一次切り分けと再実行方針が必要なとき
What to load (primary sources)
docs/ci-policy.mddocs/ci/ci-operations-handbook.mddocs/ci/ci-troubleshooting-guide.mddocs/ci/automation-failure-policies.md.github/workflows/*.yml
Commands (copy/paste)
gh pr checks "$PR_NUMBER" --required
gh run view "$RUN_ID" --log-failed
gh run rerun "$RUN_ID"
pnpm -s run check:doc-consistency
Artifacts to check
artifacts/ci/*- PR の
CI Status Snapshotcomment - 失敗 job の step summary
Escalation / follow-up
- required check が仕様どおりに fail している場合は、PR に repro command、原因、修正方針を記載する
- fail-open / fail-closed 判断が必要な場合は
docs/ci/automation-failure-policies.mdに従う - unresolved な AI review thread が原因で block している場合は、先に thread を解消してから rerun、または head branch 更新を行う
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 · 95 lines · 0 tokens per session scan A 3411069a95de
ci is an agent published in the GitHub repository itdojp/ae-framework (2 stars, last pushed 1mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 673 tokens. 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 agents, from other repositories
playwright-test-generator
Use this agent to convert a SigNoz E2E test plan into Playwright spec files under tests/e2e/tests/ /. Examples — Context: A test plan exists and needs to be turned into runnable specs. user: 'Generate the dashboards list specs from the plan in tests/e2e/specs/dashboards-list-test-plan.md' assistant: 'Using the…
playwright-test-healer
Use this agent to debug and fix failing SigNoz E2E Playwright tests. Examples — Context: A spec is red. user: 'tests/e2e/tests/dashboards/list.spec.ts is failing, fix it' assistant: 'Using the healer agent to debug each failing scenario and adjust the spec.' Context: After a frontend change a previously-green spec…
playwright-test-planner
Use this agent to create a comprehensive E2E test plan for a SigNoz frontend feature. Examples — Context: A new feature has shipped and we need test coverage. user: 'Plan E2E tests for the alerts list page' assistant: 'I'll use the planner agent to read the relevant frontend source, navigate the page in a real…
codex
Production OpenAI-Codex-capable rootfs/initramfs.
claude
Production Claude-capable rootfs/initramfs.
doc-style
Markdown documentation prose — RFCs, ADRs, files under docs/, and READMEs — follows the same one-paragraph-per-line rule as commit messages. Write each paragraph on a single line; do not hard-wrap prose to a fixed column. The renderer reflows it to the reader's display width, whereas manual mid-paragraph line breaks…