Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add johnqtcg/awesome-skills --skill go-ci-workflowgit clone --depth 1 https://github.com/johnqtcg/awesome-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/johnqtcg/awesome-skills/go-ci-workflow)<a href="https://agentmods.dev/skills/johnqtcg/awesome-skills/go-ci-workflow"><img src="https://agentmods.dev/badge/skills/johnqtcg/awesome-skills/go-ci-workflow/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/johnqtcg/awesome-skills/go-ci-workflow"><img src="https://agentmods.dev/badge/skills/johnqtcg/awesome-skills/go-ci-workflow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00053 | $0.01938 |
| Opus 5 | $0.00026 | $0.00969 |
| Sonnet 5 | $0.00011 | $0.00388 |
| Haiku 4.5 | $0.00005 | $0.00194 |
Grade A, and why
go-ci-workflow scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 235 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Go CI Workflow Writer
Design GitHub Actions CI workflows for Go repositories that are fast, honest, and aligned with how the repository actually runs locally.
Use This Skill For
- creating or refactoring
.github/workflows/*.ymlfor Go repositories - reviewing CI workflow PRs for job design, triggers, and safety
- mapping repository structure to CI jobs
- aligning GitHub Actions with Makefile targets or other local task entrypoints
- improving CI job separation, caching, tool pinning, and gate design
Do not use this skill for:
- release or deploy pipelines unless the request explicitly includes them
- non-GitHub CI systems
- pretending a repository has local parity when it does not
Execution Priority
Use the strongest repo-native execution path available:
- Prefer Makefile targets such as
ci,ci-e2e,ci-api-integration,docker-build. - Fall back to other committed task runners or scripts when Makefile targets do not exist:
Taskfile.ymlmagescripts/*.sh- repo-specific wrapper commands
- Use controlled inline workflow commands only when the repository has no stable task entrypoint.
When falling back, say so explicitly and recommend the missing local entrypoint needed for parity.
Load References Selectively
Always load:
references/workflow-quality-guide.md— baseline job templates and patterns.references/golden-examples.md— annotated workflow YAML for standard service and no-Makefile fallback.
Load on condition:
references/repository-shapes.md— only when multiplego.modfiles detected, or repo has multi-app directories.references/github-actions-advanced-patterns.md— only when request involvespermissionsescalation, fork PR security, reusable workflows, service containers, or self-hosted runners.references/fallback-and-scaffolding.md— only when Makefile targets or repo-native entrypoints are incomplete or missing.references/golden-example-monorepo.md— only when repository shape is monorepo.references/golden-example-service-containers.md— only when integration tests require database or cache service containers.references/pr-checklist.md— only when reviewing an existing workflow PR.
What ships with it
27 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/fallback-and-scaffolding.md 1.2 KB
- references/github-actions-advanced-patterns.md 8.2 KB
- references/golden-example-monorepo.md 2.4 KB
- references/golden-example-service-containers.md 2.6 KB
- references/golden-examples.md 7.2 KB
- references/pr-checklist.md 2.6 KB
- references/repository-shapes.md 7.9 KB
- references/workflow-quality-guide.md 14 KB
- scripts/discover_ci_needs.sh 5.6 KB runs code
- scripts/run_regression.sh 1.8 KB runs code
- scripts/tests/COVERAGE.md 5.3 KB
- scripts/tests/golden/001_single_module_service.json 1.3 KB
- scripts/tests/golden/002_single_module_library.json 1.1 KB
- scripts/tests/golden/003_multi_module_repo.json 1017 B
- scripts/tests/golden/004_monorepo_path_filters.json 1.1 KB
- scripts/tests/golden/005_docker_heavy_repo.json 1.1 KB
- scripts/tests/golden/006_no_makefile_fallback.json 1.0 KB
- scripts/tests/golden/007_fork_pr_security.json 1.1 KB
- scripts/tests/golden/008_service_containers_integration.json 1.1 KB
- scripts/tests/golden/009_e2e_job.json 892 B
- scripts/tests/golden/010_static_analysis_job.json 1022 B
- scripts/tests/golden/011_reusable_workflow.json 1.0 KB
- scripts/tests/golden/012_self_hosted_runner.json 1012 B
- scripts/tests/test_discover_script.py 8.1 KB runs code
- scripts/tests/test_golden_scenarios.py 9.0 KB runs code
- scripts/tests/test_golden_yaml.py 6.3 KB runs code
- scripts/tests/test_skill_contract.py 23 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 235 lines · 53 tokens per session scan A ada4715bba29
go-ci-workflow is a skill published in the GitHub repository johnqtcg/awesome-skills (30 stars, last pushed yesterday), licensed MIT. It adds 53 tokens to every session and 1,938 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
golang-continuous-integration
CI/CD pipeline configuration using GitHub Actions for Golang projects — testing, linting, SAST, security scanning, code coverage, Dependabot, Renovate, GoReleaser, code review automation, and release pipelines. Use when setting up or improving Go project CI, configuring GitHub Actions workflows, adding linters or…
security-compliance
Guides security professionals in implementing defense-in-depth security architectures, achieving compliance with industry frameworks (SOC2, ISO27001, GDPR, HIPAA), conducting threat modeling and risk assessments, managing security operations and incident response, and embedding security throughout the SDLC.
stride-analysis-patterns
Apply STRIDE methodology to systematically identify threats. Use when analyzing system security, conducting threat modeling sessions, or creating security documentation.
cache-components
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). PROACTIVE ACTIVATION: Use this skill automatically when working in Next.js projects that have cacheComponents: true in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best…
manage-skills
A maintenance workflow for checking whether project verification skills still cover the code and rules that changed during a session.
blind-spot-pass
Use before starting work in a domain you don't know well, to surface the "unknown unknowns" — the things you don't even know to ask about — and learn just enough to prompt and decide well. Implements the "blind spot pass" pattern from Anthropic's Fable "finding your unknowns" field guide. Triggers when you say "I'm…