Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
ClaudSkills / General / agents-skills-meta

Diagnose And Fix Batch

Category: General  ·  Sub-category: agents-skills-meta  ·  Last updated:
type:debug
手动触发的「问题列表批量修复」编排器。接收问题列表文件(.md/.json/.yaml/.txt)和可选编号,把未修复问题排成队列, 逐个派发独立 subagent——每个 subagent 在隔离上下文里调用 diagnose-and-fix skill 完成单问题的「诊断 → 选方案 → 修复 → 测试 → 修复后验证 → 提交代码 → 标记列表」全流程,再回收结构化结果。 **强依赖 diagnose-and-fix skill**(按 skill 名调用,单问题流程与终态均由其定义)。问题列表只标记 resolved、不提交(提交时机由用户掌控)。 支持不填编号(自动检测未修复)、单个或多个编号。
Security AStatic scan found no risk patternsHow grading works ›

From the source SKILL.md

@diagnose-and-fix-batch <问题列表文件>              # 自动检测所有未修复问题
@diagnose-and-fix-batch <问题列表文件> 3            # 修复单个问题
@diagnose-and-fix-batch <问题列表文件> 3 7 BUG-012  # 修复多个问题(按序处理)

支持 .md / .json / .yaml / .txt,编号可为数字或字符串。

What this skill does

Diagnose And Fix Batch is a community-contributed Claude Code skill in the agents-skills-meta sub-category. It ships as a SKILL.md file that Claude Code auto-discovers under ~/.claude/skills/diagnose-and-fix-batch/ and loads when your prompt matches the skill's trigger.

Who uses this skill

The Diagnose And Fix Batch Claude Code skill is built for Claude Code users and developers across all disciplines looking for general-purpose AI assistance. It's part of ClaudSkills (also referred to as Claude Skills or Claude Code Skills) — the open community-curated registry of 153,000+ SKILL.md files for Anthropic's Claude Code agent and the wider Claude ecosystem (Claude API, Claude Agent SDK).

How to install

Free

Manual install (2 steps)

mkdir -p ~/.claude/skills/diagnose-and-fix-batch
curl -L https://claudskills.com/skills/diagnose-and-fix-batch/SKILL.md \
  -o ~/.claude/skills/diagnose-and-fix-batch/SKILL.md

Or just download SKILL.md directly and drop it into ~/.claude/skills/diagnose-and-fix-batch/. Claude Code auto-discovers it on next session.

Skills live at ~/.claude/skills/diagnose-and-fix-batch/SKILL.md on macOS/Linux, or %USERPROFILE%\.claude\skills\diagnose-and-fix-batch\SKILL.md on Windows. See the full install guide for step-by-step instructions.

Telegram

📱 Install from your phone or desktop Telegram

Open @claudskills_bot on Telegram, tap Open Desktop App, and the desktop app installs this skill for you. Or share the bot link with a colleague — they get the same one-tap install. Learn more →

Pro

One-click install via the desktop app

The ClaudSkills desktop app installs any skill directly into ~/.claude/skills/ with one click — no terminal required. Pro starts at $9/mo or $149 lifetime.

Pro

For the full experience including quality scoring and one-click install features for each skill — upgrade to Pro.

Frequently asked questions

How do I install the Diagnose And Fix Batch Claude Code skill?
Install via the ClaudSkills desktop app (one click) or copy SKILL.md from the source repository to ~/.claude/skills/diagnose-and-fix-batch/SKILL.md and restart Claude Code. Both flows are detailed at claudskills.com/install/.
What does the Diagnose And Fix Batch skill do?
手动触发的「问题列表批量修复」编排器。接收问题列表文件(.md/.json/.yaml/.txt)和可选编号,把未修复问题排成队列, 逐个派发独立 subagent——每个 subagent 在隔离上下文里调用 diagnose-and-fix skill 完成单问题的「诊断 → 选方案 → 修复 → 测试 → 修复后验证 → 提交代码 → 标记列表」全流程,再回收结构化结果。 **强依赖 diagnose-and-fix skill**(按 skill 名调用,单问题流程与终态均由其定义)。问题列表只标记 resolved、不提交(提交时机由用户掌控)。 支持不填编号(自动检测未修复)、单个或多个编号。
Is this skill free to install?
Yes. ClaudSkills is an open registry — every skill keeps its source repository's license, and manual install via copy is free. ClaudSkills Pro ($9/mo, $79/yr, or $149 one-time) adds one-click install via the desktop app and a multi-signal Quality Score.
When should I use the Diagnose And Fix Batch skill?
Use Diagnose And Fix Batch when your Claude Code task falls under the General category — specifically in the agents skills meta area. Claude Code auto-discovers installed skills and invokes the right one based on the task description, so you can also ask Claude directly (e.g. "use Diagnose And Fix Batch" or describe the task and let Claude pick). Browse related skills at /category/general/.
What is a Claude Code skill and how does the Diagnose And Fix Batch skill fit in?
A Claude Code skill is a SKILL.md file that lives under ~/.claude/skills/<name>/ and tells the Claude Code CLI agent how to perform a specific task (instructions, prompts, allowed tools). Skills are auto-discovered at session start. Diagnose And Fix Batch is one of 67,000+ skills indexed in the open ClaudSkills catalog, classified under the General category. Learn more at /learn/what-is-a-claude-skill/.

Attribution & license

Cite this skill

If you reference this skill in a blog post, paper, or documentation, you can cite it as:

APA
0xkangl. (2026). Diagnose And Fix Batch [Claude Code skill]. ClaudSkills. https://claudskills.com/skills/diagnose-and-fix-batch/
BibTeX
@misc{diagnose-and-fix-batch-2026,
  author    = {0xkangl},
  title     = {Diagnose And Fix Batch [Claude Code skill]},
  year      = {2026},
  publisher = {ClaudSkills},
  url       = {https://claudskills.com/skills/diagnose-and-fix-batch/}
}

Embed this skill

Promote, attribute, or link this skill from your own README, blog post, or documentation. All three snippets are free to use — no sign-up, no API key. More distribution surfaces →

Badge
[![ClaudSkills](https://claudskills.com/badge/diagnose-and-fix-batch.svg)](https://claudskills.com/skills/diagnose-and-fix-batch/?utm_source=badge&utm_medium=readme&utm_campaign=skill_badge)
<script>
<script src="https://claudskills.com/embed/diagnose-and-fix-batch.js" async></script>
<iframe>
<iframe src="https://claudskills.com/embed/diagnose-and-fix-batch.html" width="100%" height="160" frameborder="0" loading="lazy" title="ClaudSkills: Diagnose And Fix Batch"></iframe>

Security scan

Grade A · scanned 2026-07-18 — free static scan against the OWASP Agentic Skills Top 10.

No risk patterns were found in any of the ten OWASP-aligned categories. How grading works ›

Show this grade on your repo (click to copy):

[![Security: A](https://img.shields.io/badge/Security-A-2e7d32)](https://claudskills.com/skills/diagnose-and-fix-batch/#security)

Free. No spam. Unsubscribe in one click.

More General skills

Browse all General skills in the ClaudSkills registry, or explore these other picks from the same category:

Browse all General skills → Top 100 skills
Part of ClaudSkills — the open registry for Claude Skills & Claude Code Skills.  ·  What's New  ·  Install guide  ·  About  ·  llms.txt

Part of Acreator Store — Adam Lankamer's AI tools: PerfectStudio · Ucaption · UTagger · AutoXPoster · TestYourSkills · AutomationFlows · Au Naturel · Telegram @acreatorstore