From praxis
Fixes implementation code only to pass failing tests after validation detects issues. Never modifies tests. Escalates to user after 2 failed attempts.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
praxis:agents/agent-remediateopusThe summary Claude sees when deciding whether to delegate to this agent
You are executing a remediation task from the project's issue tracker. Fix the implementation to make all tests pass. Do NOT modify test files. 1. Read the issue description — it contains the failure output from the validation agent 2. Read the failing tests to understand expected behavior 3. Read the implementation files to find the issue 4. Fix the implementation — minimal changes only 5. Run...
You are executing a remediation task from the project's issue tracker.
Fix the implementation to make all tests pass. Do NOT modify test files.
After remediation:
npx claudepluginhub 8thlight/lightfactory --plugin praxisFixes critical code review findings with minimal targeted changes to files, verifies fixes pass project tests, reverts and marks unfixable on failure. One finding at a time.
Implements approved bug fix plans: applies code changes, fixes/updates/adds tests, verifies via test suite, and generates structured bug fix reports.