light-rip

Guide structured code review and implementation with subagents for planning, verification, and review.

21|3|Updated May 25, 2026
One-click install
npx skills add https://github.com/x1han/light-rip --skill light-rip
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: light-rip
Source: https://github.com/x1han/light-rip/tree/main
Command: npx skills add https://github.com/x1han/light-rip --skill light-rip

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps in structuring the process of code review and implementation, ensuring that code changes go through a systematic process from planning to verification and review.

Core Features & Use Cases

  • Structured Review and Implementation: Guides the user through a structured process for coding tasks, ensuring that code changes go through planning, implementation, verification, and review.
  • Subagent Support: For medium and large tasks, it utilizes subagents to perform pre-work and post-work reviews, planning, implementation, and verification.
  • Use Case: For a medium-sized change, the skill can guide you through creating a plan, getting a pre-work review, implementing the change, and getting a post-work review.

Quick Start

Run the light-rip skill to begin a structured code review and implementation process for your coding task.

Frequently Asked Questions about light-rip

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

FAQPage Schema
How do I structure a code review and implementation workflow for complex coding tasks?

To structure a code review and implementation workflow, you need a systematic process guiding changes from planning to implementation, verification, and review. This approach ensures code changes go through multiple defined stages before completion.

What is a subagent-based workflow for code review and implementation?

A subagent-based workflow for code review and implementation delegates distinct roles—planning, pre-work review, implementation, and independent verification—to separate subagents. This structured process ensures systematic execution for medium and large coding tasks.

How do I implement a structured coding process with pre-work and post-work reviews?

To implement a structured coding process with pre-work and post-work reviews, begin by creating a structured plan and obtaining a pre-work review. After implementing the change, perform an independent verification and post-work review to ensure quality.

Can I use a subagent workflow for small coding tasks or is it only for large changes?

A subagent workflow for code review and implementation is applicable to all coding tasks where a structured process is desired, but it specifically utilizes subagents for planning, implementation, and verification in medium and large tasks.

What are the limitations of using a structured implementation workflow?

The main limitation of a structured implementation workflow is the requirement for a structured plan and multiple roles for code review. This systematic process from planning to verification adds overhead that may not suit rapid, unstructured development.