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 skills add d-o-hub/github-template-ai-agents --skill dora-reportgit clone --depth 1 https://github.com/d-o-hub/github-template-ai-agentsWrote 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/skills/d-o-hub/github-template-ai-agents/dora-report)<a href="https://agentmods.dev/skills/d-o-hub/github-template-ai-agents/dora-report"><img src="https://agentmods.dev/badge/skills/d-o-hub/github-template-ai-agents/dora-report.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.1 | $0.00044 | $0.00757 |
| Opus 5 | $0.00022 | $0.00378 |
| Sonnet 5 | $0.00009 | $0.00151 |
| Haiku 4.5 | $0.00004 | $0.00076 |
Grade A, and why
dora-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 6d 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 — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DORA Report
Generate and maintain DORA (DevOps Research and Assessment) metrics and agentic performance metrics to track project velocity, stability, and agent efficiency.
When to Use
Activate when:
- Monthly reporting is required (e.g., at the end of a calendar month).
- The user requests a performance audit or "DORA report".
- Analyzing the impact of new tools or workflows on delivery speed and quality.
Instructions
-
Calculate DORA Metrics:
- Deployment Frequency: How often code is successfully released to production (or merged to
mainin this template context). - Lead Time for Changes: The amount of time it takes a commit to get into production.
- Change Failure Rate: The percentage of deployments causing a failure in production (e.g., requiring a hotfix or revert).
- Time to Restore Service: How long it takes to recover from a failure in production.
- Deployment Frequency: How often code is successfully released to production (or merged to
-
Calculate Agentic Metrics:
- Tasks Completed: Total number of GOAP goals or atomic tasks finalized.
- Skill Invocations: Frequency and distribution of skill usage.
- Token Usage Trends: Efficiency of context usage over time.
- Self-Fix Success Rate: Ratio of auto-fixed CI failures vs. those requiring human intervention.
-
Generate Report:
- Create or append to
agents-docs/dora-reports/YYYY-MM.md. - Use standardized tables and charts (Mermaid where appropriate).
- Compare current metrics against the previous month's baseline.
- Create or append to
-
Identify Bottlenecks:
- Based on metrics, suggest one "Innovation Opportunity" using TRIZ principles to improve a lagging metric.
Instructions
- Run the automation script:
python3 scripts/generate_report.py - Verify the output in
agents-docs/dora-reports/YYYY-MM.md. - Add any qualitative analysis or TRIZ-based innovation opportunities to the generated file.
See Also
learn— Extract learnings into AGENTS.mdreadme-best-practices— README and documentation best practices
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 6d ago First seen · 77 lines · 44 tokens per session scan A 8be70c748b14
dora-report is a skill published in the GitHub repository d-o-hub/github-template-ai-agents (2 stars, last pushed yesterday), licensed MIT. It adds 44 tokens to every session and 757 once invoked, about $0.0002 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 skills, from other repositories
opencli-sitemap-author
Use when creating or maintaining OpenCLI site sitemaps: agent-facing navigation, page-state, action, workflow, API-reference, pitfall, and fallback knowledge for a website. Use after browser exploration discovers durable site context, when a sitemap is stale, or when promoting local site knowledge into the repo.
specification-writing
A workflow for writing complete patent specifications from patent claims and an invention disclosure. It adapts the document to a chosen jurisdiction, such as the US, Europe, or China.
training-check
Interactively monitor training metrics from the current Codex session, periodically checking WandB or fallback logs for NaN, divergence, plateaus, and broken runs.
overleaf-sync
A two-way connection between a local paper folder and Overleaf, a web-based LaTeX editor for writing research papers. It lets you move changes between the local files and the shared Overleaf project.
omh-rust
This is a Hermes-native rust workflow skill.
omh-code-review
This is a Hermes-native code-review workflow skill.