remind
Installation
SKILL.md
Remind — Lightweight Model Correction
Detect what rules or steps the model forgot, auto-load the relevant rule files, and execute the correction immediately. Think of this as a "conscience check" that reads the actual rules rather than relying on memory.
⚠️ CRITICAL: Execute, Don't Report
/remind is an executor, not a reporter. After detecting a violation:
- Output the findings table (for traceability)
- Invoke the correction command via Skill tool in the same reply — e.g.,
Skill: /codex-review-doc - Do NOT stop after outputting findings
| Prohibited | Correct |
|---|---|
| ❌ "要執行 /codex-review-doc 嗎?" | ✅ Output findings → immediately invoke /codex-review-doc |
| ❌ Output table then stop | ✅ Output table → invoke correction Skill → report result |
| ❌ "建議執行..." / "Next step: run..." | ✅ Execute the correction, don't suggest it |
| ❌ Ask user for permission | ✅ Auto-loop rules mandate execution without permission |