rel-ai-debugging

rel-ai-debugging is a skill for Codex from Kyne0328/rel-ai-local-coding-agent. It costs 56 tokens per session (408 once invoked), scanned A, original, Apache-2.0.

A debugging guide for finding the underlying cause of reproducible software problems, such as errors, crashes, broken tests, or regressions.

In plain words
What is it for?
Use it to reproduce a defect, trace its cause through the code, apply a focused repair, and check that the problem does not return.
Why use it?
It helps separate the real cause from later symptoms and prevents speculative fixes before the failure is understood.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to reproduce a defect, trace its cause through the code, apply a focused repair, and check that the problem does not return.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kyne0328/rel-ai-local-coding-agent/rel-ai-debugging
Install

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.

Any agent
npx skills add Kyne0328/rel-ai-local-coding-agent --skill rel-ai-debugging
Clone the repo
git clone --depth 1 https://github.com/Kyne0328/rel-ai-local-coding-agent

Made for: Codex.

Wrote 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.

agentmods badge for rel-ai-debugging

README.md
[![agentmods](https://agentmods.dev/badge/skills/kyne0328/rel-ai-local-coding-agent/rel-ai-debugging.svg)](https://agentmods.dev/skills/kyne0328/rel-ai-local-coding-agent/rel-ai-debugging)
Your own site
<a href="https://agentmods.dev/skills/kyne0328/rel-ai-local-coding-agent/rel-ai-debugging"><img src="https://agentmods.dev/badge/skills/kyne0328/rel-ai-local-coding-agent/rel-ai-debugging.svg" alt="Measured on agentmods" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 408 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00056 $0.00408
Opus 5 $0.00028 $0.00204
Sonnet 5 $0.00011 $0.00082
Haiku 4.5 $0.00006 $0.00041

Measured 7d ago against content hash bd6b9fcb922b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

rel-ai-debugging 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 7d 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.

skills/rel-ai-debugging/SKILL.md · 21 lines

What it actually says

Rel.AI Debugging

Reuse the active work_id opened by rel-ai-workflow. Do not call relai_work with action: "begin" when the same objective already has a work session. After each Rel.AI call, use runtime workflow guidance (workflow.recommendedActions and workflow.avoidActions) to calibrate the next repository action. The causal debugging method still owns root-cause judgment; runtime guidance owns whether more context, a focused check, review, or escalation is useful now.

Use this causal sequence: observable failure -> smallest reproduction -> causal path -> root cause -> coherent fix -> targeted regression -> broader checks only when the changed boundary requires them.

  1. Capture the exact failing behavior with the smallest bounded reproduction that still demonstrates the defect.
  2. Trace callers, state transitions, ownership, data flow, and relevant tests until the causal path is plausible and evidence-backed.
  3. Separate the root cause from downstream symptoms. If several symptoms share one state, lifecycle, ownership, or architectural flaw, prefer one shared root-cause fix over independent patches.
  4. Make no speculative edits before the causal path is understood well enough to explain why the proposed change should fix the failure.
  5. Apply the smallest coherent fix through relai_edit. Do not bundle unrelated cleanup into the repair.
  6. Run the targeted regression first. Add broader checks only when the changed boundary creates additional meaningful risk.
  7. Never claim an executable defect is fixed from static inspection alone when bounded executable proof is available.
  8. Hand the reproduced failure, root cause, changed behavior, targeted regression, and touched boundaries to rel-ai-verification or back to rel-ai-workflow.
Files

What ships with it

1 file 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.

Changes

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.

  1. 7d ago First seen · 21 lines · 56 tokens per session scan A bd6b9fcb922b

Subscribe to this mod's changes

rel-ai-debugging is a skill published in the GitHub repository Kyne0328/rel-ai-local-coding-agent (19 stars, last pushed 3d ago), licensed Apache-2.0. It adds 56 tokens to every session and 408 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.

Related

Other skills, from other repositories

codexless-browser-repair

Diagnose and temporarily repair Codexless Browser compatibility after a Codex, Chrome Skill, or Browser runtime update when Codexless Browser stopped working. Use for current-version Codexless Browser compatibility drift, not ordinary website bugs, general Browser operation, Codexless install/update work, or long-term…

liyana31811/Codexless · 70 tokens

fix-default

A default procedure for handling bug fixes, organised as a three-step scan and a CP process. The input does not explain what the three steps or CP process contain.

devcodex-labs/devcodex · 21 tokens

repair-prevention-assessment

A completion gate for fixes and self-repair work. It creates a machine-checkable assessment that separates evidence a current issue is closed from evidence that the fix will remain effective.

devcodex-labs/devcodex · 75 tokens

diagnosing-bugs

Diagnose bugs with a reproducible red signal, minimized case, ranked hypotheses, and regression test.

MoonTzai/folderbridge-mcp · 25 tokens

conspiracy

Investigate every bug as if it were intentional. Ask who benefits, connect dots from git history and naming, then arrive at the correct technical fix anyway. Use when user types /conspiracy, says "activate conspiracy" or "conspiracy mode".

repowise-dev/modpack · 53 tokens

war-room

Treat every bug as a production incident. Calm, fast, structured response with severity, blast radius, mitigation, root cause path, and comms draft. Use when user types /war-room, says "activate war-room" or "war room mode".

repowise-dev/modpack · 54 tokens