double-check
Installation
SKILL.md
双重验证 / Double Check
这个技能做什么 / What this skill does
- 对所有文件修改任务执行两次连续验证。
Applies two consecutive validation runs to file modification tasks. - 降低“改完看起来没问题,其实一跑就炸”的概率。
Reduces the chance of changes that look fine but break at build, test, or run time. - 适用于代码、文档、配置、脚本和功能删除。
Works for code, documentation, configuration, scripts, and feature removal.
什么时候使用 / When to use this skill
在以下情况应自动使用:
Use this skill automatically when:
- 用户要求新增、修改、删除、重构任何文件。
The user asks to add, modify, delete, or refactor files. - 任务需要“改完后确认没问题”。
Related skills
More from belugarex/my-skills
answer-framework
Build clear, evidence-based, natural-sounding answers for explanation, comparison, opinion, and decision-support requests. Use when the user asks a question that requires reasoning, structured analysis, or bilingual Chinese-English communication rather than direct file edits or command execution.
8double-check-code
在修改代码后,强制进行两次独立验证(测试/编译/检查),确保无误才结束。 / After code changes, enforce two independent verifications (tests/compilation/linting) to ensure correctness.
3always-ask-next
Ask the user what to do next before ending a completed task, and offer 3 context-aware follow-up suggestions plus a freeform option. Use when the workflow could naturally continue and you want the agent to avoid stopping too early.
2