com um clique
test
Run the Go test suite for the starbunk-go monorepo or a specific package
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Run the Go test suite for the starbunk-go monorepo or a specific package
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Mandatory rules for general git use in this repository. Follow these constraints before starting work, committing, or pushing.
Use for any Go code writing, refactoring, or review in starbunk-go. This agent cares about clean, idiomatic, readable Go — thoughtful naming, aesthetic structure, and code that feels good to read.
Comprehensive health check that runs build, test, lint, builds docker containers, checks container health/status, and reports to the user.
Feature developer and task runner agent. Start a new task on a fresh branch, orchestrate worktrees, do the implementation work, and open a PR when done.
Autonomously diagnose and fix a failing CI pipeline on the current branch.
PR Comment Addresser agent. Fetches all unresolved PR comments, evaluates their relevance, lists them for the user to select from, implements the selected fixes, and closes the addressed (and skipped) comments while ignoring new ones.
| name | test |
| description | Run the Go test suite for the starbunk-go monorepo or a specific package |
Run tests for the project.
$ARGUMENTS - Optional: specific package path (e.g. ./internal/...) or leave blank for all.If no argument is provided, run the full test suite:
go test ./...
If an argument is provided, run tests for that package:
go test <package-path>
Report the test results clearly, highlighting any failures.
If tests fail, analyze the output and suggest fixes if the errors are straightforward.