Verify gocron
SkillDev toolsReproduce the complete gocron CI pipeline locally and report every result. Use before commits, pull requests, merges, tags, or releases; when asked to verify, check, lint, test, build, or determine whether the repository is ready to ship.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Verify gocron skill
What this skill tells your AI
The instructions your AI receives, as published by gocronx-team/gocron in .agents/skills/verify/SKILL.md and read by ahel’s review.
Run from the repository root. Treat .github/workflows/ci.yml as the source of
truth if it differs from this skill.
Preserve the working tree
- Inspect
git status --shortbefore running checks. - Do not modify source files when the user only asks to verify or report.
- If the user also asks to fix failures, make the smallest relevant fixes and rerun every affected check.
- Do not discard, overwrite, or attribute pre-existing changes to this work.
Run all checks
Do not stop after the first failure. Record the exit status and useful output for each independent check.
- Run
gofmt -l .. Any listed Go file is a failure; do not rungofmt -wunless fixes were requested. - Run
go vet ./.... - Run
golangci-lint run ./.... CI uses v2.12.2; report a missing or incompatible local version instead of silently substituting another version. - Run
go test -race -coverprofile=coverage.out ./.... - In
web/gocronx-admin, run these as separate checks so one failure does not hide the others:pnpm build-onlypnpm exec vue-tsc --noEmitpnpm lint
- Run
docker build -f Dockerfile.gocron -t gocron:ci ..
If dependencies or tools are missing, clearly distinguish an environment failure from a code failure. Installing tools or packages may require network access; obtain any required approval and use the versions pinned by the repo or CI. Do not claim the check passed when it was skipped.
Report
End with a compact table containing each check, pass/fail/skipped status, and
the actionable error. Include exact file:line locations where available.
Mention whether coverage.out or generated frontend files changed the working
tree.
Say the repository is ready to commit, merge, or release only when every required check passes, including the Docker build.
Signals
- GitHub stars
- 808
- Forks
- 62
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
verify-gocronx-team- Source
- github.com/gocronx-team/gocron