review-code

Identify and summarize code-review requirements for patchsets or repository sections.

1|Updated May 6, 2023
One-click install
npx skills add https://github.com/TobiasLaross/dotfiles --skill review-code-tobiaslaross
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-code
Source: https://github.com/TobiasLaross/dotfiles/tree/main/agentic/skills/review-code
Command: npx skills add https://github.com/TobiasLaross/dotfiles --skill review-code-tobiaslaross

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates multi-agent code review to verify behavior against a spec, check context integration, and enforce consistency across the codebase.

Core Features & Use Cases

  • Automated multi-view review: runs Behavior Verification, Contextual Review, and Pattern Consistency analyses in parallel to ensure code quality, context alignment, and coding style.
  • Context-aware assessment: leverages repo context, feature/docs, and code diffs to surface actionable improvements.
  • Guided remediation: outputs structured findings ready for reporting and integration back into the project docs.

Quick Start

Invoke the review-code skill to kick off parallel analysis on a target patchset.

Frequently Asked Questions about review-code

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

FAQPage Schema
What is parallel code review and how does it verify patchsets against a spec?

Parallel code review runs Behavior Verification, Contextual Review, and Pattern Consistency analyses simultaneously on a patchset. It integrates repo context, diffs, and project structure to produce structured findings with file and line references.

How do I automate code review for a specific repository section?

Invoke the review skill on a target patchset or repository section to kick off automated parallel analysis. It identifies code-review requirements and outputs structured, actionable findings with references to files and line numbers.

Can I use context-aware code review to check pattern consistency across my codebase?

Context-aware code review leverages repo context, feature docs, and code diffs to enforce pattern consistency across your codebase. It surfaces actionable improvements by integrating project structure directly into the analysis.

What's the best way to structure code review findings for stakeholder reporting?

Structured code review findings are output with clear references to files and line numbers, ready for stakeholder reporting. This guided remediation format integrates behavior verification and contextual review results directly back into project docs.

Does automated code review work without external dependencies?

Automated code review requires no external dependencies to analyze patchsets. It leverages existing repository context, feature documentation, and code diffs directly to verify behavior and enforce coding style consistency.