auto-issue-fixer
SolidIssue 全生命周期管理——从创建到归档。当用户描述技术问题、提 bug、"帮我记录"、 "修一下 X issue"、"验证一下"、"归档 issue"时立即触发。单入口自动分发, 替代旧 issue-create/fix-issue/issue-verify/issue-archive 四个技能。 即使用户没有用"issue"这个词,只要在描述值得追踪的技术问题就应触发。
Install
Quality Score: 87/100
Skill Content
Details
- Author
- KonghaYao
- Repository
- KonghaYao/peri
- Created
- 4 months ago
- Last Updated
- yesterday
- Language
- Rust
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
operating-model
通过固定 10 个开放式问题,与用户逐题对话,建立一份“个人运行模型”。以经典人格框架(大五人格、暗黑三合一)打底,覆盖认知与决策方式、动机与行动、感情与亲密关系、信息与社交,以及专业与职业适配。最后以「自我图谱」风格同时输出 HTML、Markdown、PDF 三种格式的报告:给出 3–5 个核心运行机制,并把职业建议细化到具体岗位、把感情建议细化到“适合找什么样的另一半”。本 Skill 不是心理诊断,也不把用户简单归类为某一种人格类型。
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation). NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST.
agf-writing-github-issue
Use whenever a user, product-lead, or qa-engineer wants to create a GitHub issue in the project repo — including phrases like "提一个 issue / 写一个 issue / 报 bug / 把这个开成 issue / gh issue / 上 GitHub / track 一下 / 立个 ticket". Provides the required-field skeleton, locked label set (type / area / epic / priority / severity / phase), gh CLI heredoc template, and the QA-auto-issue exception path. Replaces ad-hoc `gh issue create` calls with inconsistent titles / missing labels / freestyle bodies.