workflow-work-debug

workflow-work-debug is a skill for Claude Code, Codex from kyungseo/ai-workflow-harness. It costs 26 tokens per session (227 once invoked), scanned A, original, Apache-2.0.

A debugging workflow for narrowing down the cause of a specified problem using code and log evidence, then reporting the smallest change needed.

In plain words
What is it for?
It helps investigate software failures, trace errors through logs and code, identify likely root causes, and propose a minimal fix plan.
Why use it?
It helps avoid guessing and limits fixes to changes supported by evidence from the affected code and logs.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md; mentions Codex.

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.

agentmods
npx agentmods add skills/kyungseo/ai-workflow-harness/workflow-work-debug
Any agent
npx skills add kyungseo/ai-workflow-harness --skill workflow-work-debug
Clone the repo
git clone --depth 1 https://github.com/kyungseo/ai-workflow-harness

Made for: Claude Code, 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 workflow-work-debug

README.md
[![agentmods](https://agentmods.dev/badge/skills/kyungseo/ai-workflow-harness/workflow-work-debug.svg)](https://agentmods.dev/skills/kyungseo/ai-workflow-harness/workflow-work-debug)
Your own site
<a href="https://agentmods.dev/skills/kyungseo/ai-workflow-harness/workflow-work-debug"><img src="https://agentmods.dev/badge/skills/kyungseo/ai-workflow-harness/workflow-work-debug.svg" alt="Measured on agentmods" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 227 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00026 $0.00227
Opus 5 $0.00013 $0.00113
Sonnet 5 $0.00005 $0.00045
Haiku 4.5 $0.00003 $0.00023

Measured 6d ago against content hash 9b4f76f2be8b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

workflow-work-debug 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 6d 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.

.agents/skills/workflow-work-debug/SKILL.md · 23 lines

What it actually says

workflow-work-debug

Use this skill when the user asks to invoke /work-debug or clearly matches this workflow intent.

Step 0

먼저 skills/workflow/work-debug.md를 로드하고 그 절차를 따른다.

Hard Stops

  • skills/workflow/work-debug.md가 없거나 읽을 수 없으면 파일 수정, 상태 변경, commit, PR 생성, merge 전에 중단하고 누락된 canonical 파일을 보고한 뒤 사용자 확인을 받는다.
  • 파일 수정, 상태 변경, commit, PR 생성, merge 전에 branch isolation, Approval Matrix, validation-before-commit/PR gate를 확인한다.
  • 이 adapter에는 상세 checklist나 cascade matrix를 복제하지 않는다. 세부 판단은 canonical 절차를 따른다.

Entry Mechanism

Codex는 AGENTS.md의 skill routing을 통해 이 adapter를 찾는다. Claude command 파일은 실행하지 않는다.

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. 6d ago First seen · 23 lines · 26 tokens per session scan A 9b4f76f2be8b

Subscribe to this mod's changes

workflow-work-debug is a skill published in the GitHub repository kyungseo/ai-workflow-harness (13 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 26 tokens to every session and 227 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.

Related

Other skills, from other repositories

incident-triage-harness

Production-style incident triage workflow for logs, metrics, code, safe mitigations, and M3 multimodal visual evidence (screenshots, screen recordings). Use when debugging alerts, regressions, outages, or suspicious runtime behavior.

madebyaris/advance-minimax-m3-cursor-rules · 53 tokens

debugging-strategies

Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance issues, or unexpected behavior.

wshobson/agents · 43 tokens

sql-optimization-patterns

Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.

wshobson/agents · 44 tokens

parallel-debugging

Debug complex issues using competing hypotheses with parallel investigation, evidence collection, and root cause arbitration. Use this skill when debugging bugs with multiple potential causes, performing root cause analysis, or organizing parallel investigation workflows.

wshobson/agents · 44 tokens

error-handling-patterns

Master error handling patterns across languages including exceptions, Result types, error propagation, and graceful degradation to build resilient applications. Use when implementing error handling, designing APIs, or improving application reliability.

wshobson/agents · 43 tokens

spark-optimization

Optimize Apache Spark jobs with partitioning, caching, shuffle optimization, and memory tuning. Use when improving Spark performance, debugging slow jobs, or scaling data processing pipelines.

wshobson/agents · 37 tokens