implement-review

Automate PR self-review against Jira Story and ADR across six lenses.

Updated May 16, 2026
One-click install
npx skills add https://github.com/cedricfarinazzo/agile-skills --skill implement-review-cedricfarinazzo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-review
Source: https://github.com/cedricfarinazzo/agile-skills/tree/main/agile-execution/skills/implement-review
Command: npx skills add https://github.com/cedricfarinazzo/agile-skills --skill implement-review-cedricfarinazzo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill performs an autonomous self-review of a PR against its Jira Story and ADR across six lenses (architecture, security, performance, infra/ops, code quality, AC/DoD), posting a verdict back to the PR + Jira and returning numbered blockers. It infers decisions from ADR/PRD/Specs and fixes in-branch, never prompting the user for input, with the independent gate occurring later in merge-review-pr.

Core Features & Use Cases

  • Autonomous six-lens PR self-review that flags inferences and provides a final verdict.
  • Returns numbered blockers and fixes by replaying the changes in the same branch.
  • Invoked by agile-10-implement before a ticket transitions to In Review; designed to run without human intervention.

Quick Start

Provide the PR and Story context to agile-10-implement and let implement-review run to completion, producing a verdict and blockers.

Frequently Asked Questions about implement-review

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

FAQPage Schema
How do I automate PR self-review against Jira stories and ADRs?

Automated PR self-review evaluates pull requests against Jira Story acceptance criteria and ADRs across six lenses, producing a final verdict with numbered blockers without requiring user prompts.

What is autonomous code review across architecture, security, and performance lenses?

Autonomous code review analyzes PRs across six lenses: architecture, security, performance, infra/ops, code quality, and AC/DoD, inferring architectural decisions from ADRs and PRDs to flag issues in-situ for immediate fixes.

Can I run a Jira PR review without human intervention before moving a ticket to In Review?

Yes, autonomous PR review runs to completion without human intervention before a Jira ticket transitions to In Review, posting a final verdict and numbered blockers directly to the PR and Jira.

How do I fix code quality blockers directly in my current branch during PR review?

Fixing code quality blockers in-branch occurs by replaying changes within the same branch, inferring decisions from ADRs and Specs to flag issues in-situ for immediate resolution before merge.

What's the difference between autonomous self-review and an independent merge gate review?

Autonomous self-review fixes in-branch and produces a verdict before ticket transition, whereas an independent gate review occurs later during merge-review-pr to enforce final approval.

Does autonomous PR review work without manual user prompts?

Yes, autonomous PR self-review operates entirely without user prompts, relying on ADR, PRD, and Specs context to infer decisions and automatically attach results to the PR and Jira.