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 markmhendrickson/neotoma --skill process-issuesgit clone --depth 1 https://github.com/markmhendrickson/neotomaWrote 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/markmhendrickson/neotoma/process-issues)<a href="https://agentmods.dev/skills/markmhendrickson/neotoma/process-issues"><img src="https://agentmods.dev/badge/skills/markmhendrickson/neotoma/process-issues.svg" alt="Measured on agentmods" height="20"></a>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.00038 | $0.01345 |
| Opus 5 | $0.00019 | $0.00673 |
| Sonnet 5 | $0.00008 | $0.00269 |
| Haiku 4.5 | $0.00004 | $0.00135 |
Grade A, and why
process-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 3d 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.
This is a copy
97% identical to process_issues — 14 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 92 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Process Issues
Use this skill to work the Neotoma issue queue end-to-end.
For each open issue, the skill should create or update one or more plan entities, then do one of three things:
- Open a PR for a public-release reproduction.
- Create a local worktree for a local commit or branch reproduction.
- Post an
add_issue_messageasking for missing context when the reproduction environment is unclear. - Close any clearly test-only issues that the queue surfaces.
- Open a related GitHub security advisory when the issue is a security issue.
Workflow
- Discover open issues with
neotoma issues list --state open(or the current CLI equivalent when the flag shape differs). - Honor reporting mode before any execution:
off-> generate and store plans onlyconsent-> ask before executing a per-issue planproactive-> execute safe plans autonomously
- Filter queue artifacts before reproduction work:
- Exclude open PRs or PR URLs accidentally surfaced by the queue command; do not route them through the issue workflow.
- Identify clearly test-only issues using queue context such as labels like
test,test-flow,test-cleanup, orlive-issues-tooling, and titles/descriptions that indicate sample/live/public test issues rather than product bugs. - For each test-only issue, create or update a cleanup
planentity, then honor reporting mode:off-> store the cleanup plan onlyconsent-> ask before closingproactive-> close the issue immediately with a brief cleanup comment
- Report closed test issues in the final aggregate output.
- Spawn parallel subagents with a default concurrency cap of 4, one non-test issue per subagent.
- Per issue:
- Load the issue snapshot, conversation thread, and any reporter environment fields.
- Classify the reproduction environment as
public_release,local_commit,local_branch, orunknown. - Classify whether the issue is a security issue based on labels, title/body, affected surface, or prior issue/advisory context.
- If the environment is missing, conflicting, or still unreproducible, call
add_issue_messagewith a structured request for the missing detail and mark the planawaiting_input. - Otherwise, synthesize and store a
planentity linked to the sourceissueand relevantconversation_messagerows. - If the issue is a security issue, create a related GitHub security advisory before publishing other public artifacts:
- Reuse an existing related advisory when one already exists.
- Otherwise open a new draft advisory with a minimal, redacted summary, affected versions/surfaces, reproduction notes, and mitigation status.
- Record the advisory URL or identifier in the plan and include it in the final aggregate report.
- If the plan touches schema, security, foundation docs, or an ambiguous architectural boundary, stop and ask instead of executing.
- If execution is safe and allowed by reporting mode:
public_release-> branch frommain, implement and test the change, then open a PR. Public issues may includeFixes #<github_number>; private issues must use neutral wording with no private identifiers.local_commitorlocal_branch-> create a detached git worktree, initialize it, implement and test the change there, then report theworktree_path.
- Aggregate subagent outcomes and report created plans, closed test issues, advisories, worktrees, PRs, and outstanding information requests.
- Summarize comprehensively for the user after each
/process-issuesrun:- Include the set of issues reviewed in the run.
- For each issue, state the current status, classification, and the concrete action taken so far.
- For security issues, state whether a related advisory was created, reused, or is still blocked.
- Call out any blocker, missing context, or user decision needed to make more forward progress.
- Separate "completed / no further action needed now" issues from "still active / blocked" issues.
- End with a concise "What I need from you" section when any issue requires user input, branch guidance, reproduction detail, environment confirmation, or prioritization.
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.
- 3d ago First seen · 92 lines · 38 tokens per session scan A 83ea8e9d6da3
process-issues is a skill published in the GitHub repository markmhendrickson/neotoma (31 stars, last pushed 4d ago), licensed MIT. It adds 38 tokens to every session and 1,345 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 97% identical to process_issues, differing in 14 lines, and is treated as a copy.
Other skills, from other repositories
agentsight-bugfix
A five-stage workflow for fixing bugs in AgentSight: understand the report, reproduce the problem, find its cause, make a small code change, and verify the result. AgentSight is a system that observes and analyses agent activity.
alibabacloud-sysom-diagnosis
Use when troubleshooting Linux server performance or stability issues — CPU saturation, high load, scheduling delay, memory pressure, OOM events, high RSS, page cache / shared memory growth, memory cgroup residue, Java heap issues, disk IO saturation or latency, packet loss, network jitter, or a server that is slow…
add-backend
Guide for adding a backend (Rust or Python) to the agent-sec-core security middleware. Use when creating new backends, integrating Rust or Python code into the security middleware, or extending with new backend actions.
skill-ledger
A security record for agent skills, which are reusable instruction packages for coding agents. It shows their status, reviews risk exposure, and can certify them with quick or user-approved deeper scans.
pdf-reader
Extract text from PDF files. Use when reading, parsing, or analyzing PDFs.
bbs-relay-pickup
A coordination procedure for agents that share work on tasks through a BBS task system, where BBS is the service used to claim, run, and report task steps.