npx claudepluginhub hongbietcode/synthetic-claude --plugin basic-workflowissuesfix/Analyze the skills catalog and activate the skills that are needed for the task during the process. ## Reported Issues: <issues>$ARGUMENTS</issues> ## Workflow: 1. Use `tester` subagent to compile the code and fix all syntax errors if any. 2. Use `tester` subagent to run the tests and report back to main agent. 3. If there are issues or failed tests, use `debugger` subagent to find the root cause of the issues, then report back to main agent. 4. Use `planner` subagent to create an implementation plan based on the reports, then report back to main agent. 5. Use main agent to implement the ...
/testRuns pytest tests for CLI harness on local path or GitHub repo, verifies CLI resolution, and updates TEST.md with results if all pass.
/testRuns TDD workflow: writes failing tests for new features or bugs (Prove-It pattern), implements code to pass them, verifies full test suite.
/testExecutes unit, integration, or e2e tests with coverage analysis, quality metrics, failure diagnostics, and optional watch mode or auto-fixes.
/testGenerates test strategy overview, unit and integration test code, coverage analysis, execution plan, and maintenance roadmap for a specified component or feature.
/testLaunches Chrome for manual UI testing at given URL, monitors console errors during interaction, generates report with screenshots and logs on completion.
/testInvokes the testing-coach agent to provide guidance on screen reader, keyboard navigation, and automated testing for the given request.
Analyze the skills catalog and activate the skills that are needed for the task during the process.
$ARGUMENTS
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.