Approval-first collaboration workflow for coding agents.
Use this skill when you want the agent to inspect code, explain the intended implementation, and wait for confirmation before making meaningful code changes.
- You want the agent to think before editing.
- You want a plan before implementation.
- You want to approve file changes first.
- You are worried about layout, behavior, or architecture regressions.
- You want the agent to self-check after code changes.
Typical trigger phrases:
先思考再行动先告诉我怎么做让我确认后再改先别改先分析先给方案
This skill makes the agent follow this workflow:
- Understand the request.
- Inspect the relevant code without modifying files.
- Explain the proposed implementation and risks.
- Wait for explicit confirmation when requested.
- Make the smallest reasonable change after approval.
- Self-verify correctness, scope, and consistency.
The skill follows the user's language by default. If the user writes in Chinese, the agent should respond in Chinese. If the user writes in English, the agent should respond in English.
The user can switch languages explicitly with requests such as:
切换中文用中文说Switch to EnglishUse English
Install globally with the Skills CLI:
npx skills add LB623/think-confirm-act -gInstall for Codex specifically:
npx skills add LB623/think-confirm-act -g --agent codexthink-confirm-act/
├── README.md
├── LICENSE
├── .gitignore
└── SKILL.md
MIT