seek-review

Dispatch a subagent to review code changes against specified requirements and plans.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/jpeggdev/buildwithjpegg --skill seek-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seek-review
Source: https://github.com/jpeggdev/buildwithjpegg/tree/main/plugins/development-workflow/skills/seek-review
Command: npx skills add https://github.com/jpeggdev/buildwithjpegg --skill seek-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of getting code reviewed, catching critical issues early and ensuring that code meets requirements before it's merged.

Core Features & Use Cases

  • Automated Code Review: Dispatches a specialized subagent to review code changes against requirements.
  • Severity Categorization: Issues are classified as Critical, Important, or Minor for prioritized action.
  • Use Case: After completing a complex feature, you can use this Skill to get an automated review that checks for bugs, architectural soundness, and adherence to the original plan, preventing potential regressions.

Quick Start

Use the seek-review skill to request a code review for the current changes against the main branch.

Frequently Asked Questions about seek-review

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

FAQPage Schema
How do I automate code review before a git merge?

Automated code review before a git merge dispatches a subagent to analyze code changes against specified requirements. It categorizes issues by severity into Critical, Important, and Minor to facilitate prioritized remediation.

What is the best way to ensure code quality against original development plans?

Ensuring code quality against development plans involves checking code changes for bugs, architectural soundness, and adherence to specifications. Automated review catches critical issues early and verifies requirements are met before merging.

Can I integrate automated code review into my development workflow?

Automated code review supports integration into development workflows like delegate development and build processes. This ensures code quality and adherence to specifications are verified directly within your established pipeline.

How are code review issues prioritized for remediation?

Code review issues are prioritized for remediation by categorizing them by severity. Identified problems are classified as Critical, Important, or Minor, allowing developers to address the most impactful issues first.

Does automated code review work without external dependencies?

Automated code review works without external dependencies because the skill operates independently. It dispatches a specialized subagent to analyze changes and categorize issues without requiring additional packages.

When do I need automated code review in my development workflow?

You need automated code review in your development workflow after completing a complex feature. It checks for potential regressions, architectural soundness, and adherence to the original plan before merging code.