CO

Review diffs against a specific baseline to ensure adherence to project standards and technical specifications.

Install

mkdir -p .claude/skills/code-review-daydreamv7 && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18448" && unzip -o skill.zip -d .claude/skills/code-review-daydreamv7 && rm skill.zip

Installs to .claude/skills/code-review-daydreamv7

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Review a diff against a fixed point for standards and spec alignment.
69 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Pin the comparison point for review
  • Read repository standards and spec/issue
  • Review diff for correctness
  • Review diff for scope creep
  • Review diff for maintainability issues
  • Report findings by severity with file references

How it works

The skill reviews a code diff against a fixed point, evaluating it for correctness, scope creep, and maintainability based on project standards and specifications.

Inputs & outputs

You give it
A diff against a branch point, commit, or tag, along with relevant standards and specifications
You get back
A report of findings by severity, including file references and separation of standards vs. spec problems

When to use code-review

  • Reviewing a feature branch before merging
  • Validating fixes against specific bug report specs
  • Identifying scope creep in a pull request

About this skill

Code Review

Use this skill when you want to review the changes since a branch point, commit, or tag.

Workflow

  1. Pin the comparison point.
  2. Read the repo's standards and the spec or issue that motivated the change.
  3. Review the diff for correctness, scope creep, and maintainability issues.
  4. Report findings by severity with file references.

Notes

  • Prefer concrete findings over general impressions.
  • Separate standards problems from spec problems when you report back.

When not to use it

  • When a diff against a fixed point is not available

Limitations

  • The skill requires a fixed comparison point
  • The skill relies on available repository standards and specifications
  • The skill focuses on concrete findings rather than general impressions

How it compares

This skill provides a structured and detailed code review focused on specific criteria and reporting, unlike a general or informal code inspection.

Compared to similar skills

code-review side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
code-review (this skill)016dNo flagsIntermediate
deepwiki-rs259moReviewIntermediate
python-code-style95moReviewIntermediate
code-review-excellence194moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

deepwiki-rs

sopaco

AI-powered Rust documentation generation engine for comprehensive codebase analysis, C4 architecture diagrams, and automated technical documentation. Use when Claude needs to analyze source code, understand software architecture, generate technical specs, or create professional documentation from any programming language.

25170

python-code-style

wshobson

Python code style, linting, formatting, naming conventions, and documentation standards. Use when writing new code, reviewing style, configuring linters, writing docstrings, or establishing project standards.

971

code-review-excellence

wshobson

Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing review standards, or mentoring developers.

1958

code-walk-thru

pchalasani

Use this when user wants you to walk through (code or text) files in a EDITOR to either explain how some code works, or to show the user what changes you made, etc. You would typically use this repeatedly to show the user your changes or code files one by one, sometimes with specific line-numbers. This way the user is easily able to follow along in their favorite EDITOR as you point at various files possibly at specific line numbers within those files.

670

cookbook-audit

anthropics

Audit an Anthropic Cookbook notebook based on a rubric. Use whenever a notebook review or audit is requested.

568

schema-markup

davila7

When the user wants to add, fix, or optimize schema markup and structured data on their site. Also use when the user mentions "schema markup," "structured data," "JSON-LD," "rich snippets," "schema.org," "FAQ schema," "product schema," "review schema," or "breadcrumb schema." For broader SEO issues, see seo-audit.

1042

Search skills

Search the agent skills registry