.agents/skills/automated-fix/SKILL.md
Fixes one issue from the iteration issues list by reproducing, diagnosing, and resolving it. Invoked by: bun nvst fix issue.
npx skillsauth add lpng-plenge/frontend-IA automated-fixInstall 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.
Attempt to resolve the provided issue safely and deterministically by following a structured debugging workflow.
| Source | Used for |
|--------|----------|
| issue (context variable) | The issue to fix, including id, title, description, and reproduction steps |
| project_context (context variable) | Project conventions, tech stack, code standards, testing strategy, and architecture |
| iteration (context variable) | Current iteration number for file naming and context |
Follow this debugging workflow in order:
The output is the set of file changes (modified or new files) in the working tree. There is no document to produce — the corrected code and any updated tests are the deliverable.
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.