⚡⚡ Run test suite and fix issues
Runs test suite, diagnoses issues, and implements fixes with automated testing and code review.
/plugin marketplace add hongbietcode/synthetic-claude/plugin install basic-workflow@synthetic-claudeissuesfix/Analyze the skills catalog and activate the skills that are needed for the task during the process.
<issues>$ARGUMENTS</issues>
tester subagent to compile the code and fix all syntax errors if any.tester subagent to run the tests and report back to main agent.debugger subagent to find the root cause of the issues, then report back to main agent.planner subagent to create an implementation plan based on the reports, then report back to main agent.tester agent to test the fix and make sure it works, then report back to main agent.code-reviewer subagent to quickly review the code changes and make sure it meets requirements, then report back to main agent.