10x-impl-review

Compare code changes against implementation plans to detect drift and compliance issues.

Updated Jun 9, 2024
One-click install
npx skills add https://github.com/Kuba312/daily-board --skill 10x-impl-review-kuba312
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-impl-review
Source: https://github.com/Kuba312/daily-board/tree/main/frontend/.agents/skills/10x-impl-review
Command: npx skills add https://github.com/Kuba312/daily-board --skill 10x-impl-review-kuba312

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the review of code implementations against plans, identifying drift, dangerous decisions, and pattern compliance issues before they become significant problems.

Core Features & Use Cases

  • Implementation Review: Automatically compares actual code changes against a plan, detecting drift, dangerous decisions, and pattern misuse.
  • Phase Review: Allows for a focused review after a single phase or a comprehensive review after all phases.
  • Resume Triage: Offers the ability to resume an analysis from a saved review file.
  • Sub-agent Review: Utilizes sub-agents for plan drift detection and safety, quality, and pattern compliance checks.
  • Automated Verification: Executes automated checks for compliance with success criteria.
  • Manual Verification: Allows for manual verification of items marked as complete in the plan.
  • Findings Compilation: Compiles findings into a detailed report with severity, impact, and fix options.
  • Interactive Triage: Provides an interactive session to triage findings and make decisions on fixes.

Quick Start

Run the 10x-impl-review skill with the path to your implementation plan, e.g., /10x-impl-review @context/changes/12345/plan.md

Frequently Asked Questions about 10x-impl-review

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

FAQPage Schema
How do I automate code review against an implementation plan?

To automate code review against an implementation plan, you can run the skill with the path to your plan file. It compares actual code changes against the plan to detect drift, dangerous decisions, and pattern compliance issues.

What is implementation adherence analysis and how does it work?

Implementation adherence analysis is the process of verifying that actual code changes match a design plan. It works by utilizing sub-agents to check for plan drift, safety, quality, and pattern compliance, compiling findings into a detailed report.

Can I review code changes after a single development phase instead of the whole project?

Yes, you can perform a phase review to evaluate code changes after a single development phase. You also have the option to conduct a comprehensive review after all phases are complete.

Does implementation analysis support resuming an interrupted review session?

Yes, implementation analysis supports resume triage, allowing you to resume an analysis from a saved review file. This ensures continuity when reviewing code changes and adherence across long workflows.

How do I triage findings and decide on fixes after a code review?

You can triage findings and decide on fixes using the interactive triage session. It compiles findings with severity, impact, and fix options, allowing you to make decisions on necessary corrections manually.

What's the best way to verify that code meets success criteria automatically?

The best way to verify code meets success criteria is through automated verification checks. The skill executes these compliance checks automatically, while also allowing manual verification for items marked as complete in the plan.