10x-impl-review

Automates reviewing implementations against predefined plans and coding standards.

Updated May 27, 2026
One-click install
npx skills add https://github.com/Dergacz/AI_CV_Builder --skill 10x-impl-review-dergacz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-impl-review
Source: https://github.com/Dergacz/AI_CV_Builder/tree/main/.agents/skills/10x-impl-review
Command: npx skills add https://github.com/Dergacz/AI_CV_Builder --skill 10x-impl-review-dergacz

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill thoroughly reviews implementations against plans, identifying potential issues like drift, non-compliance with standards, and risky decisions early in the development process.

Core Features & Use Cases

  • Implementation Review: Compare actual implementations to plans to catch inconsistencies, architecture violations, and security risks.
  • Phased Review: Perform fast, focused reviews at the phase level, or comprehensive reviews for the entire plan.
  • Mode of Operation: Choose between fresh reviews on specific plans or resuming from saved reports for interactive triage.
  • Safety and Quality Scan: Analyze changed files for security vulnerabilities, performance issues, and reliability concerns.
  • Pattern Compliance Check: Ensure code consistency with established patterns and conventions.
  • Success Criteria Verification: Run automated checks and review manual items to verify the successful completion of each phase.

Quick Start

To start a review, use the 10x-impl-review skill with a change ID or path to the plan document.

Frequently Asked Questions about 10x-impl-review

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

FAQPage Schema
How do I review code implementations against a project plan?

Reviewing implementations against plans involves comparing actual code to predefined architectures to catch inconsistencies. This Skill automates that process, detecting pattern drift, architecture violations, and security risks by parsing changed files and checking them against your plan document.

What is implementation drift and how do I catch it during development?

Implementation drift occurs when code deviates from the established plan or architecture. You can catch drift early by running a phased implementation review that compares changed files against your plan to identify non-compliance with established patterns and standards.

Can I resume an implementation review from a saved report?

Yes, you can resume an implementation review from a saved report for interactive triage. This mode allows you to continue analyzing security vulnerabilities and pattern non-compliance without starting a fresh review on your plan document.

How do I verify success criteria and security compliance for a software phase?

Verify success criteria and security compliance by running a safety and quality scan on changed files. This automated check reviews manual items, detects security vulnerabilities, and confirms adherence to established coding patterns to verify successful phase completion.

Does this implementation review tool work without external dependencies?

Yes, the implementation review tool works without external dependencies. It relies on internal file parsing and comparison mechanisms to analyze changed files and detect risks, requiring only a change ID or path to your plan document to start.