devorq-code-review

Automates git-based code review and generates a structured PDF report with severity levels and recommendations.

13|1|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/nandinhos/devorq_v3 --skill devorq-code-review
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: devorq-code-review
Source: https://github.com/nandinhos/devorq_v3/tree/main/skills/devorq-code-review
Command: npx skills add https://github.com/nandinhos/devorq_v3 --skill devorq-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, jq, gh, and includes scripts (resource) components.

What problem does it solve?

This skill automates autonomous code reviews using a parallel multi-agent pipeline to ensure thorough review, scoring, and gating without automatically publishing changes.

Core Features & Use Cases

  • Parallel 5-agent review: eligibility, context, compliance, bug detection, and git-history analysis.
  • Confidence-scored issues with a threshold and manual approval workflow.
  • Structured, decision-ready reports suitable for CI integration.

Quick Start

Run the review script against a project to generate a gate-ready report for the current branch.

Frequently Asked Questions about devorq-code-review

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

FAQPage Schema
How do I automate code review for pull requests before merging?▼

Automate code review by running a multi-agent pipeline on active feature branches to evaluate compliance, bug detection, and git history, generating a structured gate-ready report for pull requests.

What is multi-agent code review and how does it gate feature branches?▼

Multi-agent code review uses a parallel 5-agent pipeline to assess eligibility, context, compliance, bugs, and history, producing confidence-scored issues that gate feature branches based on a threshold.

How do I integrate automated code review reports into CI workflows?▼

Integrate code review reports into CI workflows by utilizing the optional JSON payload generated by the pipeline, which provides structured, decision-ready data for automated gating.

Do I need to install specific tools to run autonomous code review?▼

Autonomous code review requires standard tools to execute, specifically needing git, jq, and gh installed in the environment to run the review scripts and generate reports.

Can I use automated code review without publishing changes automatically?▼

Automated code review gates code changes safely without automatically publishing them, utilizing a manual approval workflow for issues that fall below the confidence score threshold.

What is the best way to ensure compliance and quality in continuous integration?▼

The best way to ensure compliance and quality is to apply a phased review pipeline that evaluates code changes, generates a formal report, and outputs a JSON payload suitable for CI integration.