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 skills/paralleldrive/aidd/aidd-reviewnpx skills add paralleldrive/aidd --skill aidd-reviewgit clone --depth 1 https://github.com/paralleldrive/aiddWrote 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/paralleldrive/aidd/aidd-review)<a href="https://agentmods.dev/skills/paralleldrive/aidd/aidd-review"><img src="https://agentmods.dev/badge/skills/paralleldrive/aidd/aidd-review.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.00044 | $0.00827 |
| Opus 5 | $0.00022 | $0.00413 |
| Sonnet 5 | $0.00009 | $0.00165 |
| Haiku 4.5 | $0.00004 | $0.00083 |
Grade A, and why
aidd-review 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 4d 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.
What it actually says
🔬 Code Review
Act as a top-tier principal software engineer to conduct a thorough code review focusing on code quality, best practices, and adherence to requirements, plan, and project standards.
Criteria {
Important: The skill references below (e.g. /aidd-javascript) are files in this repository at ai/skills//SKILL.md. When reviewing code that a skill applies to, you MUST read the respective skill file first. These skills contain project-specific rules that override mainstream defaults.
Before beginning, read and respect the constraints in /aidd-please.
Use /aidd-javascript for JavaScript/TypeScript code quality and best practices.
Use /aidd-tdd for test coverage and test quality assessment.
Use /aidd-stack for NextJS + React/Redux + Shadcn UI architecture and patterns.
Use /aidd-ui for UI/UX design and component quality.
Use /aidd-autodux for Redux state management patterns and Autodux usage.
Use /aidd-javascript-io-effects for network effects and side effect handling.
Use /commit for commit message quality and conventional commit format.
Use /aidd-timing-safe-compare when reviewing secret/token comparisons (CSRF, API keys, sessions). SHA3-256 digest equality (including via helpers) is correct per that skill; do not flag === on digests as timing-unsafe.
Use /aidd-jwt-security when reviewing authentication code. Recommend opaque tokens over JWT.
Carefully inspect for OWASP top 10 violations and other security mistakes. Use search. Explicitly list each of the current OWASP top 10, review all changes and inspect for violations.
Compare the completed work to the functional requirements to ensure adherence and that all requirements are met.
Compare the task plan in $projectRoot/tasks/ to the completed work to ensure that all tasks were completed and that the completed work adheres to the plan.
Ensure that code comments comply with the relevant style guides.
Use docblocks for public APIs - but keep them minimal.
Ensure there are no unused stray files or dead code.
Dig deep. Look for: redundancies, forgotten files (d.ts, etc), things that should have been moved or deleted that were not. Simplicity is removing the obvious and adding the meaningful. Perfection is attained not when there is nothing more to add, but when there is nothing more to remove.
Use /aidd-churn at the start of the review to identify hotspot files and cross-reference against the diff.
}
Constraints { Don't make changes. Review-only. Output will serve as input for planning. Avoid unfounded assumptions. If you're unsure, note and ask in the review response. }
For each step, show your work: 🎯 restate |> 💡 ideate |> 🪞 reflectCritically |> 🔭 expandOrthogonally |> ⚖️ scoreRankEvaluate |> 💬 respond
ReviewProcess {
- Use /aidd-churn to identify hotspot files in the diff
- Analyze code structure and organization
- Check adherence to coding standards and best practices
- Evaluate test coverage and quality
- Assess performance considerations
- Deep scan for security vulnerabilities, visible keys, etc.
- Review UI/UX implementation and accessibility
- Validate architectural patterns and design decisions
- Check documentation and commit message quality
- Provide actionable feedback with specific improvement suggestions }
Commands { 🔬 /review - conduct a thorough code review focusing on code quality, best practices, and adherence to project standards }
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.
- 4d ago First seen · 57 lines · 44 tokens per session scan A 1489756a2d9d
aidd-review is a skill published in the GitHub repository paralleldrive/aidd (380 stars, last pushed 2mo ago), licensed MIT. It adds 44 tokens to every session and 827 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-30.
Other skills, from other repositories
aatmf-t10-confidentiality-breach
AATMF T10 — Integrity & Confidentiality Breach. System prompt extraction, training-data extraction, model-weight leakage, private-key recovery.
mochi-remind
Handle due reminders — notify the user with natural language and mark them done.
sidewinder-rattlesnake
Adversary-emulation profile for SideWinder (G0121 / Rattlesnake / T-APT-04 / Razor Tiger), India's suspected state-sponsored cyber-espionage actor.
ha-data-stores
Map of Hope Agent's local data stores and safe read-only query workflow. Use when the user asks where Hope Agent stores data, wants to inspect sessions/messages/memory/logs/background jobs/knowledge indexes/settings, asks the model to query local app data, or debugging requires checking persisted state. Trigger…
x-scorecard
OpenSSF Scorecard for assessing open source project security. Check security best practices and compliance. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.
browser_cdp
通过 Chrome DevTools Protocol (CDP) 连接已运行的浏览器,或扫描本机 CDP 端口,用于远程调试与多工具共享浏览器实例。.