重要前提
安装AI Skills的关键前提是:必须科学上网,且开启TUN模式,这一点至关重要,直接决定安装能否顺利完成,在此郑重提醒三遍:科学上网,科学上网,科学上网。查看完整安装教程 →
debug-loop by proffesor-for-testing/agentic-qe
npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill debug-loop针对真实数据的自主假设驱动调试。无需猜测,无需模拟。
<symptom> — 对错误或意外行为的描述。如果省略,则提示用户输入。运行能展示错误的精确命令。捕获并显示真实输出。确认错误可见。
如果无法复现错误,则停止并说明已尝试的操作。
每次迭代:
sqlite3 [db path] '.tables',然后 SELECT COUNT(*) FROM [table])在确认根本原因之前,请勿进行代码更改。
重要检查项:
进行最小化、有针对性的修复。解释:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
在应用修复之前,在整个代码库中搜索所有出现该问题模式的实例。
运行与阶段 1 中相同的复现命令。输出现在必须显示正确的值。如果没有,则返回阶段 2。
显示修复前后的输出对比。
npm test
运行完整的测试套件。如果测试失败,请在提交前修复它们。
每周安装量
49
代码仓库
GitHub 星标数
281
首次出现
2026年2月11日
安全审计
安装于
opencode49
gemini-cli49
github-copilot49
codex49
cursor49
amp48
Autonomous hypothesis-driven debugging against real data. No guessing, no simulating.
<symptom> — Description of the bug or unexpected behavior. If omitted, prompt the user.Run the exact command that shows the bug. Capture and display the REAL output. Confirm the bug is visible.
If the bug cannot be reproduced, stop and explain what was tried.
For each iteration:
sqlite3 [db path] '.tables' then SELECT COUNT(*) FROM [table])Do NOT make code changes until you have a confirmed root cause.
Important checks:
Make the minimal targeted fix. Explain:
Before applying, grep for ALL instances of the problematic pattern across the entire codebase.
Run the SAME reproduction command from Phase 1. The output must now show correct values. If it doesn't, go back to Phase 2.
Show before/after output comparison.
npm test
Run the full test suite. If tests fail, fix them before committing.
Weekly Installs
49
Repository
GitHub Stars
281
First Seen
Feb 11, 2026
Security Audits
Gen Agent Trust HubWarnSocketPassSnykPass
Installed on
opencode49
gemini-cli49
github-copilot49
codex49
cursor49
amp48
GitHub Actions 官方文档查询助手 - 精准解答 CI/CD 工作流问题
53,800 周安装