code-reviewer

Identify coding standard deviations in unstaged or staged diffs.

18|2|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/jaredpalmer/agentik --skill code-reviewer-jaredpalmer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/jaredpalmer/agentik/tree/main/.agents/skills/code-reviewer
Command: npx skills add https://github.com/jaredpalmer/agentik --skill code-reviewer-jaredpalmer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviewers need to ensure code adheres to project guidelines, flag deviations, and prevent quality regressions before changes move into main branches.

Core Features & Use Cases

  • Enforces coding standards during code reviews across languages.
  • Analyzes diffs and provides actionable feedback to improve readability and reliability.
  • Supports review of both unstaged changes and PRs, aligned with AGENTS.md guidelines for consistent quality.

Quick Start

Analyze the latest code changes to surface prioritized issues and recommended fixes for immediate remediation.

Frequently Asked Questions about code-reviewer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce coding standards on a git diff before creating a pull request?

To enforce coding standards on a git diff, analyze unstaged or staged changes to identify deviations from project guidelines. This process flags anti-patterns and provides concrete remediation steps to ensure quality before merging.

Can I use static analysis to review unstaged changes during active feature work?

Yes, static analysis can review unstaged changes during active feature work. It analyzes the latest code modifications across common languages, surfaces prioritized issues, and suggests actionable fixes aligned with project guidelines.

What is the best way to identify anti-patterns in a staged code diff?

The best way to identify anti-patterns in a staged code diff is applying static analysis to the changes. This flags potential quality regressions and deviations from coding standards, guiding reviewers with actionable feedback for immediate remediation.

How does AGENTS.md align code review feedback with project guidelines?

AGENTS.md aligns code review feedback by serving as the baseline for project coding standards. Analysis checks the latest code changes against these guidelines, flagging deviations and suggesting fixes to maintain consistent quality across languages.

Does code review automation work across multiple programming languages?

Yes, code review automation works across common programming languages. It analyzes diffs regardless of language to enforce guidelines, flag anti-patterns, and suggest concrete remediation steps during refactoring or pull request preparation.