wjs-auditing-project
快速汇总未合并分支、失败流水线与计划漂移,便于团队有序修复。
修复阶段需要仓库写权限与 GitHub Token,存在误操作风险
对代码仓库进行整体健康审计,定位卡顿、失败与偏离计划项并生成修复清单。
对代码仓库做一次全盘健康审计,找出卡点:未合并分支、停滞的 PR、失败的 GitHub Actions、过时的 build、计划偏离和未发布的提交,并列出修复清单。适合想知道“项目为什么没上线/为什么没新 build/出了什么问题”时用。流程分两步:先只读调研并汇总问题,只有在你确认后才开始实际修复;支持 Xcode+fastlane 等识别。
▸ 展开 SKILL.md 英文原文
Use when the user asks to audit what's wrong with a project, "make it right", "看看项目出了什么问题", "为什么用户的需求还没上线", "为什么没提交App Store", "为什么没新build", or wants a holistic state-of-the-project check covering unmerged branches, stalled PRs, failed GitHub Actions, stale builds, plan drift (TODOS.md / ROADMAP), unreleased commits, and log errors. Runs read-only investigation, presents a grouped checklist, fixes only after explicit user confirmation. Aware of the Cathier iOS app workflow (Xcode + fastlane + auto-merge @claude PRs from in-app feedback).
帮我安装这个 skill:https://raw.githubusercontent.com/jianshuo/claude-skills/main/wjs-auditing-project/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/jianshuo/claude-skills/main/wjs-auditing-project/SKILL.md"# wjs-auditing-project ## Overview Holistic project-state audit. Find everything that's stalled, broken, or diverged from the plan — then fix it together after the user confirms the checklist. **Hard two-phase split:** 1. **Investigate → present grouped checklist** (read-only; no commits, no merges, no pushes) 2. **Fix** — only after the user explicitly confirms what to do Never collapse the phases. The user wants to see the full picture before any action. "Just go ahead and fix everything" is fine as confirmation, but you still produce the checklist first so they can scan it. ## When to use - "看看现在的项目到底出了什么问题" / "make it right" / "what's broken" - "为什么我的反馈还没上线" - "为什么很久没有新 build / 没提