Agent Sandbox is a Kubernetes extension for managing isolated, stateful workloads that run as single long-lived containers with stable identities and persistent storage. It is intended for AI agent runtimes, reinforcement-learning workloads, and other applications that do not fit ordinary stateless deployments. Its catalogue skills and instructions support operating these sandbox workloads.
Borrowing it
Nothing to install: this file belongs to kubernetes-sigs/agent-sandbox. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/kubernetes-sigs/agent-sandbox/main/.agents/skills/triage-issues/SKILL.mdgit clone --depth 1 https://github.com/kubernetes-sigs/agent-sandboxWrote 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/kubernetes-sigs/agent-sandbox/triage-issues)<a href="https://agentmods.dev/skills/kubernetes-sigs/agent-sandbox/triage-issues"><img src="https://agentmods.dev/badge/skills/kubernetes-sigs/agent-sandbox/triage-issues.svg" alt="Measured on agentmods" 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.00047 | $0.01507 |
| Opus 5 | $0.00023 | $0.00754 |
| Sonnet 5 | $0.00009 | $0.00301 |
| Haiku 4.5 | $0.00005 | $0.00151 |
Grade A, and why
triage-issues 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 8d 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 — 70 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Triage agent-sandbox issues against the roadmap
Map every open issue in kubernetes-sigs/agent-sandbox to a roadmap theme/item, assign
a triage priority, and sync that priority to both the issue's k8s priority/* label and
the Priority field (P0–P4) on the Kanban board.
Label ↔ Priority mapping (fixed)
| k8s label | Kanban Priority |
|---|---|
priority/critical-urgent |
P0 |
priority/important-soon |
P1 |
priority/important-longterm |
P2 |
priority/backlog |
P3 |
priority/awaiting-more-evidence |
P4 |
Key references
- Roadmap:
roadmap.mdin the repo root (source of truth for themes + status). - Project board: https://github.com/orgs/kubernetes-sigs/projects/120 (owner
kubernetes-sigs, number120). - The board's
Prioritysingle-select field holds P0–P4.
Triage heuristics
Assign each open issue a tier using, in order:
- Honor existing
priority/*labels — do not downgrade/overwrite an existing priority label unless the issue clearly changed; note any you keep. - Roadmap references — if the issue number is cited in
roadmap.md, inherit that item's status:⏳ In Progress→ P1,📅 Planned→ P2,✅ Completedfollow-ups → P2/P3. - Bug severity — data-integrity / duplicate-resource / resource-leak bugs in the core controller → P0/P1. Self-labeled "Critical" → P0.
- Value props — latency / performance / scale bottlenecks skew P1 (called out as a primary value proposition).
- Security — critical security vulnerabilities / CVEs → P0 (
priority/critical-urgent); routine dependency/patch updates → P1 (tied to "Security Fixes" roadmap item). - Low-signal — empty bodies, one-line questions, "collecting use cases", pinned/frozen community threads, items marked
triage/not-reproducible/triage/needs-information→ P4. Nice-to-have features, refactors, cleanups, test scaffolding → P3.
Procedure
- Verify access:
gh auth status; confirm repokubernetes-sigs/agent-sandbox. - Read the roadmap: read
roadmap.md; extract themes, item statuses, and any cited issue numbers. - Fetch open issues:
gh issue list --repo kubernetes-sigs/agent-sandbox --state open --limit 500 --json number,title,labels,assignees,createdAt,updatedAt,body,url > open_issues.json - Discover board metadata (IDs change per board, always re-fetch):
- Project + Priority field/options:
gh project field-list 120 --owner kubernetes-sigs --format json→ grab thePriorityfield id and the P0–P4 option ids; project id viagh project view 120 --owner kubernetes-sigs --format json. - Item ids:
gh project item-list 120 --owner kubernetes-sigs --limit 1000 --query "is:open" --format json→ map issue number → project item id. Add any open issue not yet on the board withgh project item-add 120 --owner kubernetes-sigs --url <issue-url> --format json.
- Project + Priority field/options:
- Triage: assign every open issue exactly one tier using the heuristics. Sanity-check that the assigned set equals the open-issue set (no missing, no extras).
- Report first: write a markdown report (
issue-triage-report.md) grouping issues by priority with roadmap mapping + one-line rationale, and a "second look" section for judgment calls (e.g., heuristic conflicts, boundary cases, insufficient info, or ambiguous roadmap items). In an interactive run, stop and wait for the user to review before changing anything on GitHub. In an automated/scheduled run, see below. - Apply (after approval in interactive mode, or filtered by untriaged issues in scheduled mode):
- Label:
gh issue edit <#> --repo kubernetes-sigs/agent-sandbox --add-label "<priority/...>" --remove-label "<priority/...>"(if the tier changed). - Board field:
gh project item-edit --id <itemId> --project-id <projectId> --field-id <fieldId> --single-select-option-id <optionId>. - Drive the apply loop from a small script so all issues are processed in one pass (adding a
sleep 1delay between API calls to respect GitHub's 900 points/min secondary rate limit); collect per-issue ok/err and print a finaltotal / errorssummary.
- Label:
- Confirm: report the final distribution (count per tier) and any errors.
What ships with it
4 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.
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.
- 8d ago First seen · 70 lines · 47 tokens per session scan A e2ff30811ef7
triage-issues is a skill published in the GitHub repository kubernetes-sigs/agent-sandbox (3,765 stars, last pushed 3d ago), licensed Apache-2.0. It adds 47 tokens to every session and 1,507 once invoked, about $0.0002 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
pipeline-conductor
Operating procedure for the kirocrew-pipeline-conductor agent - run one issue/PR pipeline on one repository as a supervised fleet. Auto-pick items, preflight every candidate to one deterministic claim verdict, stand up one worker session per item in a dedicated folder, probe them each cycle with one script call…
work
Handle issue/PR work items with worktree isolation. Triggered by "/work [issuelink|description]" to start focused work.
meta-issue-to-pr-autopilot
Triages an issue, delegates the fix to sub-agent, drafts a PR description with summarize, and opens the PR via gh. Best used on small, well-scoped issues with clear acceptance criteria.
meta-github-pr-watch-digest
Inspect the user's open GitHub PRs / failing CI / new issues via gh, summarize into 3 buckets (to-review / awaiting-me / CI-red), and persist follow-ups to memory.
omh-github-issue-intake
This is a Hermes-native github-issue-intake workflow skill.
gh
GitHub CLI skill for interacting with GitHub via the gh command line tool. Use when Bub needs to (1) Create, view, or manage GitHub repositories, (2) Work with issues and pull requests, (3) Create and manage releases, (4) Run and monitor GitHub Actions workflows, (5) Create and manage gists, or (6) Perform any GitHub…