بنقرة واحدة
go-code-quality
Run Go repository quality checks and decide which checks apply before story PR readiness.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run Go repository quality checks and decide which checks apply before story PR readiness.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Worker skill for batching PR comments, bot findings, and CI failures; classify each item, fix real issues, reply with parser-recognized wording, and push one coherent update.
Implement one story into a story branch and open a PR into the epic feature branch using the repository's story workflow.
Perform a local persona review before a story PR or final PR is marked ready for human approval.
Create or update focused unit, integration, or SAM sandbox e2e tests for implemented stories.
| name | go-code-quality |
| description | Run Go repository quality checks and decide which checks apply before story PR readiness. |
| triggers | ["go test","make lint","make vet","Go quality"] |
Use this skill in Go repositories. Only run commands that exist in the repository.
Check for:
go.mod,Makefile,.pre-commit-config.yaml,golangci-lint config,scripts/.Run applicable checks in this order:
pre-commit run --all-files
make lint
make vet
make test
go test ./...
If a make target is missing, do not invent it. Fall back to the closest existing command.
Report: