10x-impl-review

Compare repository changes against a plan to identify drift and missing work.

1|Updated Feb 26, 2025
One-click install
npx skills add https://github.com/kryptonum-dev/fabryka-atrakcji --skill 10x-impl-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-impl-review
Source: https://github.com/kryptonum-dev/fabryka-atrakcji/tree/main/.agents/skills/10x-impl-review
Command: npx skills add https://github.com/kryptonum-dev/fabryka-atrakcji --skill 10x-impl-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents costly rework by comparing implementation work against a saved plan to identify drift, unsafe decisions, and pattern or scope violations before they compound.

Core Features & Use Cases

  • Phase or full-plan comparison: Review either a single phase or all completed phases based on the plan’s Progress section and checkboxes.
  • Evidence-based drift reporting: Identify expected matches, missing items, and extras by correlating planned change lists with Git diffs since the plan date.
  • Safety, quality & pattern compliance checks: Scan changed files for security, performance, reliability, and data-safety issues, and verify adherence to existing repo patterns using targeted comparisons.
  • Success-criteria verification: Run automated verification commands specified in the plan and validate manual Progress evidence to reduce rubber-stamping risk.
  • Interactive triage workflow: Produce a bounded set of findings and then walk the user through recommended fixes with options to apply, skip, or record lessons for future reviews.

Quick Start

Run 10x-impl-review with the plan path or change-id to generate an implementation review report, then choose triage to apply or record fixes interactively.

Frequently Asked Questions about 10x-impl-review

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

FAQPage Schema
How do I check for implementation drift against my development plan?

Implementation drift is detected by comparing actual Git diffs against your saved plan to find missing work, unplanned scope changes, and expected matches. This Skill correlates planned change lists with repository changes to report discrepancies early.

What is the best way to verify code changes match planned requirements?

Verifying code changes involves running automated success-criteria commands from the plan and validating manual progress evidence. This reduces rubber-stamping risk by confirming that implementation matches the specified phase requirements.

How do I review Git diffs for security and pattern compliance?

Reviewing Git diffs for compliance requires scanning changed files for security, performance, and reliability issues, then verifying adherence to existing repository patterns through targeted comparisons to ensure safe decisions.

Can I triage implementation findings interactively during a code review?

Yes, you can triage implementation findings interactively by walking through a bounded set of detected issues, choosing to apply recommended fixes, skip them, or record lessons for future reviews.

Does implementation review work with phase-scoped sections of a plan?

Yes, implementation review supports phase-scoped checks by evaluating a single phase based on the plan's Progress section, or sweeping all completed phases to ensure comprehensive coverage.

Why does my implementation review show unplanned scope changes?

Unplanned scope changes appear when the Git diff evidence extraction process finds repository modifications that do not correlate with any items in the planned change lists for the current phase.