Instructions file CodexOpenCode
Instructions for starslingdev/skills, covering agents.md, what this repo is, repository layout, running tests and pull requests.
Instructions file CodexOpenCode
Instructions for starslingdev/skills, covering agents.md, what this repo is, repository layout, running tests and pull requests.
Instructions file
Instructions for starslingdev/skills, covering starslingdev/skills, repository layout, working in this repo, opt-in debug logging (off by default) and registry audit triage (maintainers-only).
Skill Claude CodeCodex
Checks the third-party security audit status of a skill published to a skills registry (skills.sh) across every cached surface, decides whether a failing finding is real or points at content already removed, and drives a stale badge to green unattended. Runs a real install to capture what users see, reads the…
Command
Check a published skill's skills.sh security audit, decide the next action, and drive a stale badge to green unattended.
Skill Claude CodeCodex
Grades a repository's GitHub Actions configuration against CI best practices (the CI Score: eleven pass/fail configuration facts computed from the repo's own workflow YAML) and hands back concrete fixes for every gap, ranked by impact and risk, each with an apply-now option and a paste-able agent prompt. Use when: (1)…
Skill Claude CodeCodex
Scans a repo's GitHub Actions workflows for the ten critical CI/CD attack vectors — template injection, fork code executed with privileges (pwn requests), cache poisoning, impostor action SHAs, secrets dumps, GITHUBENV hijack, write-token untrusted triggers, credentials in caches/artifacts, unverified remote code…
Skill Claude CodeCodex
Audits a repository's GitHub Actions workflows for CI optimization opportunities — missing caches, redundant setup, sleep-based readiness, long test jobs without sharding, full-history checkout, dead env vars, build-cache misconfig, and 60 more patterns across caching, redundancy, parallelization, conditional…
Skill Claude CodeCodex
Diagnoses GitHub Actions failures and attributes CI time and cost using StarSling's sling CLI. Invoke this BEFORE using gh or fetching any logs whenever the user asks why a job or run failed, what made a run slow, about runner minutes or CI cost, asks to re-run or cancel a run, or pastes a GitHub Actions URL — sling…