10x-impl-review

Analyze project code against implementation plans for deviations and security risks.

Updated May 17, 2026
One-click install
npx skills add https://github.com/yakksiek/car-rental --skill 10x-impl-review-yakksiek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-impl-review
Source: https://github.com/yakksiek/car-rental/tree/main/.claude/skills/10x-impl-review
Command: npx skills add https://github.com/yakksiek/car-rental --skill 10x-impl-review-yakksiek

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, git, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures code implementation aligns with project plans, identifying and addressing deviations, safety risks, and design pattern inconsistencies.

Core Features & Use Cases

  • Plan Review: Compare actual code against a plan for phase-specific or comprehensive analysis.
  • Drift Detection: Spot changes not reflected in the plan, catching scope creep and deviations.
  • Safety & Quality Analysis: Scan for security vulnerabilities, performance issues, and reliability concerns.
  • Pattern Compliance: Check code against known patterns for consistency.
  • Automated Verification: Use Bash commands to validate automated success criteria.
  • Interactive Triage: Discuss findings and decide on fixes, lessons, or acceptance.

Quick Start

Review the implementation of 'phase1' in the context of 'planA.md' by running /10x-impl-review <planA.md> phase1.

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 if my project code aligns with an implementation plan?

To check code implementation alignment, compare the actual project code against your plan to identify deviations, security risks, and design pattern adherence.

How do I detect code drift and scope creep against a plan?

Detect code drift by comparing actual project code against your implementation plan, which spots changes not reflected in the plan and catches scope creep.

Can I use Bash and Git to automate implementation plan verification?

Yes, automated verification uses Bash commands to validate automated success criteria, while Git provides the version control context needed for analysis.

What is the best way to review code for pattern compliance and safety risks?

The best way to review code for pattern compliance is to analyze the project against known patterns, scanning simultaneously for security vulnerabilities and reliability concerns.

How do I triage implementation deviations found during a code review?

You can triage implementation deviations through an interactive process to discuss findings and decide on fixes, lessons learned, or acceptance.

Does 10x-impl-review support phase-specific implementation analysis?

Yes, 10x-impl-review supports phase-specific analysis, allowing you to review the implementation of a specific phase in the context of your plan.