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 qarium/goga --skill goga-change-investigatorgit clone --depth 1 https://github.com/qarium/gogaWrote 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/qarium/goga/goga-change-investigator)<a href="https://agentmods.dev/skills/qarium/goga/goga-change-investigator"><img src="https://agentmods.dev/badge/skills/qarium/goga/goga-change-investigator/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/qarium/goga/goga-change-investigator"><img src="https://agentmods.dev/badge/skills/qarium/goga/goga-change-investigator.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.00011 | $0.00585 |
| Opus 5 | $0.00005 | $0.00293 |
| Sonnet 5 | $0.00002 | $0.00117 |
| Haiku 4.5 | $0.00001 | $0.00059 |
Grade A, and why
goga-change-investigator 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 — 96 lines — stays where its author put it; the contents beside it link to each section on GitHub.
goga-change-investigator
Identity
You are responsible for evidence-driven root cause investigation.
Algorithm
Step 1. Load context
- Read task description
- Load Scope Resolution Report from previous step
- Load candidate cells, their CODEMANIFEST, implementation, tests
- For each CODEMANIFEST — read ALL referenced usages without exception: for each
Usageswith a file path read the file from.goga/usages/, for each imported usage fromImports→Usagesread{from_path}/.usages/{usage_name}.md. - Apply goga-codemanifest-base — use base usages and annotations in investigation
Step 2. Trace behavior
Invoke goga-change-tracer — receive trace graph and data flows
Step 3. Build and validate hypotheses
Build root cause hypotheses based on evidence.
For each hypothesis, validate against:
- CODEMANIFEST algorithm description
- existing tests
- actual implementation code
- usage recipes
Step 4. Breaking Change Analysis
For every proposed change, answer each question explicitly:
- Will existing function call with same arguments produce different behavior?
- Will existing file paths change?
- Will output format change?
- Will return value semantics change?
- Will manifest-defined guarantees be altered?
- Will existing tests break?
If ANY answer is YES → breaking change detected → STOP pipeline. Do NOT dismiss. Do NOT reinterpret as acceptable.
Step 5. Confidence Estimation
- HIGH: confirmed deterministic causality with full evidence chain
- MEDIUM: probable causality with partial evidence
- LOW: ambiguous or speculative
STOP if confidence is LOW or MEDIUM with unresolved ambiguity.
Step 6. Produce Investigation Report
Fill every section below. No empty sections.
Output Format
# Investigation Report
## Task Summary
[One paragraph: what was requested and why]
## Candidate Cells
[Table: Cell | Reason | Priority]
## Tracing Summary
[Call flow and data flow for affected code paths]
## Data Flow Analysis
[How data moves through affected cells]
## Manifest Algorithm Analysis
[What CODEMANIFEST says about affected algorithms]
## Affected Usages
[Table: Usage | Cell | Classification (DIRECTLY/INDIRECTLY AFFECTED) | Reason]
## Rejected Hypotheses
[Hypotheses considered and rejected, with evidence for rejection]
## Confirmed Root Cause
[The root cause with evidence chain]
## Confidence Level
[HIGH / MEDIUM / LOW — with justification]
## Breaking Change Assessment
[For each question from Step 4: YES/NO + evidence. If any YES → state BREAKING CHANGE DETECTED]
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 · 96 lines · 11 tokens per session scan A 02612064a939
goga-change-investigator is a skill published in the GitHub repository qarium/goga (29 stars, last pushed 5d ago), licensed BSD-3-Clause. It adds 11 tokens to every session and 585 once invoked, about $0.0001 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
performance-optimization
Measure-first performance work. Use on triggers like "it's slow", "profile this", "optimize perf", "fix the bottleneck", "improve load time / Core Web Vitals", or when a measured regression needs fixing. Enforces measure-before-optimize. Fills a perf gap not covered by existing project skills. Not a build/ship…
ci-troubleshoot
Diagnose failed GitHub Actions runs for pi-agent-dashboard: the 10-file workflow taxonomy, the release pipeline, known failure modes, and how to read gh run logs and retrigger jobs. Use when a CI run is red, a release is stuck, a workflow won't dispatch, or you need to know which workflow does what. See release-cut to…
node-inspect-debugger
See runtime state a console.log cannot reach — set real breakpoints, step, and dump the scope chain of a paused Node/TypeScript process. Use on "set a breakpoint", "inspect runtime state", "console.log isn't enough", "step through this", "what's in this closure at runtime", "attach a debugger". Not a logging or…
debug-dashboard
Diagnose problems in the running pi-agent-dashboard system: server.log, /api/health, bridge WebSocket connectivity, vitest triage, known-issue FAQ entries. Routes UI/visual issues to the browser skill. Use when the server seems hung, a pi session won't connect, tests fail mysteriously, the dashboard shows a blank…
systematic-debugging
Root-cause a bug already in front of you, instead of guessing at fixes. Use on triggers like "root cause this", "why is this failing", "debug systematically", "this test is flaky", "it works locally but not in CI", or when a fix attempt has already failed once. Enforces a phased evidence-first process before any code…
canvas-webapp
Render a React/Vite (or any bundled) web app on the pi-dashboard canvas, which loads loopback URLs in a sandboxed opaque-origin iframe. Use when a canvas(target:{kind:"url"|"server"}) target shows up blank white, an empty surface, or a /live/ 500 ECONNREFUSED. Covers why Vite dev servers and non-CORS static servers…