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/pueraeternis/agentic-project-template/code-reviewnpx skills add pueraeternis/agentic-project-template --skill code-reviewgit clone --depth 1 https://github.com/pueraeternis/agentic-project-templateWrote 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/pueraeternis/agentic-project-template/code-review)<a href="https://agentmods.dev/skills/pueraeternis/agentic-project-template/code-review"><img src="https://agentmods.dev/badge/skills/pueraeternis/agentic-project-template/code-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.00000 | $0.00768 |
| Opus 5 | $0.00000 | $0.00384 |
| Sonnet 5 | $0.00000 | $0.00154 |
| Haiku 4.5 | $0.00000 | $0.00077 |
Grade A, and why
code-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.
How it starts
The opening of the file, as written. The whole thing — 241 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Code Review
Purpose
This skill reviews completed implementation before it becomes part of the project's engineering history.
The objective is to verify that the implementation:
- satisfies the approved implementation plan;
- follows the documented architecture;
- follows the approved engineering conventions;
- preserves repository consistency;
- introduces no unintended scope.
Code Review is the final quality gate before recording project progress.
Lifecycle Stage
Plan Implementation
↓
Code Review
↓
Progress Update
Code Review validates completed implementation.
It does not redesign the project.
Role
Primary role:
Review Agent
When to Use
Use this skill when:
- implementation has been completed;
- validation has been performed;
- documentation has been updated;
- implementation is ready for acceptance.
Perform Code Review before committing completed work to project history.
Inputs
Required:
- approved implementation plan;
- implementation changes;
PROJECT.md;ROADMAP.md;ARCHITECTURE.md;ENGINEERING.md.
Additional references:
- ADRs;
- completed plans;
- current repository state.
Outputs
Produce one review outcome:
- Approved
- Approved with Minor Suggestions
- Changes Requested
Every requested change should include clear reasoning and evidence.
Procedure
Step 1 — Understand the Intent
Review:
- implementation plan;
- implementation scope;
- acceptance criteria;
- validation requirements.
Understand the approved engineering intent before reviewing code.
Step 2 — Review the Implementation
Evaluate:
- correctness;
- completeness;
- maintainability;
- readability;
- consistency.
Look for unintended behavior and incomplete implementation.
Step 3 — Verify Scope Compliance
Confirm that:
- only approved functionality has been implemented;
- no undocumented features have been introduced;
- no unrelated refactoring has occurred;
- implementation remains within approved scope.
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 · 241 lines · 0 tokens per session scan A 8bca142bfb39
code-review is a skill published in the GitHub repository pueraeternis/agentic-project-template (2 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 768 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 skills, from other repositories
init-workspace-documentation
Skill "init-workspace-documentation" from griddynamics/rosetta, covering agent memory.md, agent memory, preventive rules, what worked and what failed.
docmancer
Work from the same local memory as every other coding agent on this machine. Recall prior decisions, preferences, instructions, and project conventions that Claude Code, Codex, Cursor, and other agents wrote here, with cited sources, fully local. Also searches a separate local technical-documentation index.
onboarding-index
Discover CEP-managed content already present in a target repo (What/How layer docs, compiled guidelines, context packages, decision ledger) via existence checks against layout-slots-registry.yaml-resolved paths, then write one canonical root AGENTS.md onboarding index plus thin per-tool pointer stubs…
Incident Postmortem Writer
Writes a blameless incident postmortem document from an incident timeline or Slack thread.
API Documentation Generator
Generates OpenAPI-compatible documentation for REST API endpoints from code or route definitions.
Architecture Explainer
Reads a codebase or system description and produces a clear, structured architecture overview with diagrams.