Ai debugging
Frontend/Next.js Claude Code Skills — curated + custom
npx -y skills add lennney/gate-all-skills --skill ai-debuggingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
AI 调试 / AI debugging. 用户说"帮我 debug"、"报错了"、"这个 bug 怎么修"、"抛异常了"时加载。让用户描述问题,你在后台分析根因并修复。
SKILL.md
0.5 KB, as published. Nobody here has run it
问用户:"出什么问题了?"
然后你:
- 自己看代码、复现问题
- 定位根因
- 修复
- 确认 fix 有效
告诉用户:"原因是 X,修好了。"