.agents/skills/execute-refactor-item/SKILL.md
Applies a single approved refactor item (RI-NNN) to the codebase. Invoked by: bun nvst execute refactor.
npx skillsauth add lpng-plenge/frontend-IA execute-refactor-itemInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Apply the provided refactor item to the codebase, following the project's conventions and architecture.
id, title, description, rationale) carefully.description.| Source | Used for |
|--------|----------|
| current_iteration (context variable) | Current iteration number for context |
| item_id (context variable) | The refactor item identifier (e.g. RI-001) |
| item_title (context variable) | Short title of the refactor item |
| item_description (context variable) | Detailed description of the change to apply |
| item_rationale (context variable) | Why this refactor is needed |
| .agents/PROJECT_CONTEXT.md | Documented conventions, architecture, and standards to follow |
.agents/state.json or progress files — the calling command manages those.Before finishing:
testing
Refines an existing test plan based on user feedback or adversarial challenge mode. Triggered by: bun nvst refine test-plan.
development
Refines an existing refactor plan based on user feedback or adversarial challenge mode. Triggered by: bun nvst refine refactor-plan.
development
Refines .agents/PROJECT_CONTEXT.md via editor mode or challenge mode. Challenge mode validates the document against the actual codebase and detects compliance issues. Triggered by: bun nvst refine project-context.
documentation
Updates an existing product requirement document based on user feedback. Triggered by: bun nvst refine requirement.