🛠️
AutomationRust

Auto Issue Fixer

by KonghaYao

Auto Issue Fixer is an Automation skill for Claude Code, published by KonghaYao in peri.

163 stars30 forkson KonghaYao/periAdded 2026/09/08+3% in starsRepository updated 2026/09/07
acpclaude-codecoding-agentdeepseekglmmcpruststreaming-markdowntui
Install in seconds
Install Auto Issue Fixer
Copy Auto Issue Fixer into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/KonghaYao/peri/tree/main/.claude/skills/auto-issue-fixer ~/.claude/skills/auto-issue-fixer

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/KonghaYao/peri.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/auto-issue-fixer/SKILL.md in KonghaYao/peri
Installs to
~/.claude/skills/auto-issue-fixer
Collection
One of 20 skills cataloged from this repository
Category
Automation2226 skills

What Auto Issue Fixer does

Auto Issue Fixer manages an issue from creation through fix, verification, and archival. Use it when someone describes a bug, asks to record a problem, fix an issue, verify a change, or archive a resolved issue.

Auto Issue Fixer is cataloged under Automation on DirSkills. Auto Issue Fixer comes from a repository tagged acp, claude-code, coding-agent, deepseek and glm.

Documentation

README

auto-issue-fixer: Issue 全生命周期管理

单入口技能,覆盖 issue 的创建 → 修复 → 验证 → 归档全流程。你根据用户输入自动判断阶段并执行对应操作。


阶段分发

收到用户输入后,先判断阶段,再执行

用户输入特征 阶段 动作
描述 bug/异常/性能/重构需求,无明确 issue 路径 创建 访谈 → 生成 issue 文档
给出 spec/issues/xxx.md 路径或 issue 标题 + "修"/"fix" 修复 读 issue → 改代码 → 更新文档
"验证"/"verify"/"好了"/"还是不行" + issue 引用 验证 定位 issue → 问反馈 → 更新状态
"归档"/"archive" + 可选 issue 引用 归档 扫描终态 issue → 移动 → 提炼认知

优先级:如果用户输入同时匹配多个阶段(如 "修一下 xxx issue 然后验证"),按 创建→修复→验证→归档 的顺序逐一执行,每阶段完成后自动进入下一阶段。


阶段一:创建(Create)

核心原则

你是记录员,不是诊断员。产出是症状文档,不包含根因分析。

允许 禁止
读用户提到的文件来理解术语 追踪数据流跨多个文件找 bug 源头
记录用户观察到的现象 写"根因总结"或"问题本质"
搜索函数名确认其存在 搜索函数的所有调用点来验证假设
阅读 ≤ 5 个文件 阅读第 6 个文件(越界了)

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Auto Issue Fixer

  • What else does KonghaYao publish alongside Auto Issue Fixer?

    Auto Issue Fixer is one of 20 skills that DirSkills catalogs from KonghaYao/peri, the repository it ships in. Its siblings there include Adaptive Devflow, Advisor Consultation and Auto Converge. Each one is a separate skill with its own page in this directory, installs the same way Auto Issue Fixer does, and is maintained by KonghaYao in that same repository. The rest of the collection is listed on the KonghaYao/peri page.

  • How does Auto Issue Fixer compare to other Automation skills?

    Auto Issue Fixer ranks #2070 by stars among the 2226 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Auto Issue Fixer against them. Open each page to compare what they document and how they install.

More from KonghaYao/peri

Auto Issue Fixer is one of 20 skills cataloged on DirSkills from KonghaYao/peri.

See all 20 skills