Agent skill
test-rxtech-lab-argo-trading
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/test-rxtech-lab-argo-trading
SKILL.md
Test
Run linting and tests to ensure code quality.
Workflow
- Run linting with
make lint - Run tests with
make test - Report results and fix any issues found
Commands
Lint
bash
make lint
Runs golangci-lint run ./... to check for code quality issues.
Test
bash
make test
Runs go test ./... to execute all tests.
Full Quality Check
Run both commands sequentially:
bash
make lint && make test
Handling Failures
- Lint failures: Fix the reported issues before proceeding
- Test failures: Investigate failing tests, check error messages, and fix the underlying issues
- Report a summary of results to the user
Didn't find tool you were looking for?