What problem does it solve?
This Skill removes friction from day-to-day Go development by standardizing how you test, build, format, generate code, and run project checks in the golang-sample repository.
Core Features & Use Cases
- Unified Development Workflow: Use mise-managed tooling to run consistent commands for testing, building, formatting, linting, and dependency maintenance.
- Code Generation Support: Regenerate Wire dependency injection files, mocks, and Swagger documentation when implementation details change.
- Project-Specific Guidance: Follow repository conventions for structure, pre-commit validation, and troubleshooting common Go workflow issues.
- Use Case: A developer edits a handler, then uses this Skill to format the code, run the test suite, refresh generated files, and verify the change before committing.
Quick Start
Ask the assistant to use this skill to run the golang-sample Go workflow for your change, including testing, building, formatting, and any required generation steps.