agent-feed: Skill for Claude Code

.agents/skills/project-review/SKILL.md

project-review is a skill for Claude Code, Codex from fqmyysjjd/agent-feed. It costs 25 tokens per session (976 once invoked), scanned A, original, MIT.

A guide for reviewing code changes, differences between versions, commits, merges, pull requests, and implementation results. A pull request is a request to review and include changes in a shared codebase.

In plain words
What is it for?
Classifying reviews, examining changes against project rules, reporting findings, and verifying fixes when the task includes implementation.
Why use it?
It helps reviewers identify problems and remaining risks while keeping review separate from code editing unless fixes are explicitly part of the task.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is fqmyysjjd/agent-feed's own configuration. It tells Claude Code and Codex how to work on agent-feed itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything agent-feed configures →

Reuse

Borrowing it

Nothing to install: this file belongs to fqmyysjjd/agent-feed. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/fqmyysjjd/agent-feed/main/.agents/skills/project-review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/fqmyysjjd/agent-feed

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for project-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/fqmyysjjd/agent-feed/project-review/github.svg)](https://agentmods.dev/skills/fqmyysjjd/agent-feed/project-review)
Your own site
<a href="https://agentmods.dev/skills/fqmyysjjd/agent-feed/project-review"><img src="https://agentmods.dev/badge/skills/fqmyysjjd/agent-feed/project-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for project-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/fqmyysjjd/agent-feed/project-review"><img src="https://agentmods.dev/badge/skills/fqmyysjjd/agent-feed/project-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 976 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00025 $0.00976
Opus 5 $0.00013 $0.00488
Sonnet 5 $0.00005 $0.00195
Haiku 4.5 $0.00003 $0.00098

Measured 9d ago against content hash 7a1c945cbe8e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

project-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 9d 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.

.agents/skills/project-review/SKILL.md · 76 lines

How it starts

The opening of the file, as written. The whole thing — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Project Review Skill

Required Use

Use this skill for code, diff, commit, merge, or AI-generated implementation review.

Do not modify code during a review unless the user explicitly asks for fixes in the same task.

Review Mode

Classify the review before acting:

  1. Pure review: the user asked for review, diff review, commit review, or findings. Do not edit files. Return findings and residual risk only.
  2. Implementation gate: the review is part of a task that already includes coding, refactor, fix, or tests. Findings may become follow-up fixes inside the same Task Brief.

For implementation gates, route P0/P1 findings and default-fix P2 findings through .agents/skills/project-fix/SKILL.md, then rerun relevant verification before final handoff.

If a finding requires an unconfirmed decision outside the current Task Brief, stop and apply .agents/rules/decision-gates.md.

Required Reading

  1. .agents/rules/outcome-boundary.md
  2. .agents/project/architecture-boundaries.md
  3. .agents/rules/development-workflow.md
  4. .agents/project/project-structure.md
  5. .agents/rules/testing-gates.md
  6. .agents/rules/review-gates.md
  7. .agents/domain/contracts.md
  8. .agents/skills/README.md
  9. .agents/skills/specialist-router/SKILL.md when an optional, imported, custom, or specialized skill may match the diff or risk.

Review Scope

Findings should prioritize correctness, contract drift, module ownership, tests, error handling, security/secret handling, and maintainability.

Before finalizing findings, check .agents/skills/README.md for specialized review or fix skills that match the changed language, architecture, framework, persistence layer, or risk category. Use .agents/skills/specialist-router/SKILL.md when the match is not obvious, when a custom skill is involved, or when multiple skills could apply. Use only the skills that directly serve the current review boundary.

Use .agents/skills/concept-review/SKILL.md when the diff introduces or changes names, concepts, abstractions, protocol terms, user-facing language, or skill vocabulary.

Read the full file on GitHub · 76 lines

Changes

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.

  1. 9d ago First seen · 76 lines · 25 tokens per session scan A 7a1c945cbe8e

Subscribe to this mod's changes

project-review is a skill published in the GitHub repository fqmyysjjd/agent-feed (4 stars, last pushed 4mo ago), licensed MIT. It adds 25 tokens to every session and 976 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.

Related

Other skills, from other repositories

audit-round

External-audit role for arcgentic rounds. Loaded when arcgentic state.yaml is in awaitingaudit or auditinprogress, OR when the user explicitly requests an external audit of a finished round, OR when reviewing a handoff doc + commit chain against the round's declared scope. Produces a PASS / NEEDSFIX / AUDITINCOMPLETE…

Arch1eSUN/Arcgentic · 117 tokens

deslop

Remove AI-generated code slop, unnecessary comments, and over-engineering from the current branch diff. Cleans up boilerplate, simplifies abstractions, strips defensive code, and in skill-file mode lints SKILL.md files for quality. Use when cleaning up code, simplifying, removing boilerplate, before committing, or…

rohitg00/pro-workflow · 75 tokens

llm-gate

LLM-powered quality verification using prompt hooks. Validates commit messages, code patterns, and conventions using AI before allowing operations. Use to set up intelligent guardrails.

rohitg00/pro-workflow · 38 tokens

improve-architecture

Audit an area of the codebase and propose the smallest structural moves that improve it - untangle boundaries, kill duplication, fix seams, break cycles. Produces a prioritized plan and decision records, not a rewrite. Use when a codebase feels tangled, hard to change, or is becoming a ball of mud, or when asked to…

rohitg00/pro-workflow · 78 tokens

smart-commit

Run quality gates, review staged changes for issues, and create a well-crafted conventional commit. Use when saying "commit", "git commit", "save my changes", or ready to commit after making changes.

rohitg00/pro-workflow · 45 tokens

dxkit-action

Read a dxkit report and execute fixes — prioritize findings by severity, plan the fix sequence, run the fix, verify the score moved, re-baseline if appropriate. Supports a SCOPED pass to burn down one category at a time (dependency/BOM vulnerabilities, security, code quality, tests, docs), and a BASELINE-CLEANUP pass…

vyuh-labs/dxkit · 201 tokens