approvals
✓Guidelines for seeking user approval for sensitive actions.
Installation
SKILL.md
Purpose This skill teaches how to handle scenarios where an action requires human approval. This is a core feature of TraceMem's governance model.
Loop and call decisionget periodically (e.g., every 5-10 seconds). Check status field.
Once approved, you can retry the operation (e.g., the write) that was previously blocked or required the exception. The policy check should now pass (or you can proceed if the approval was the gate).
Guidelines for seeking user approval for sensitive actions. Source: tracemem/tracemem-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/tracemem/tracemem-skills --skill approvals- Source
- tracemem/tracemem-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is approvals?
Guidelines for seeking user approval for sensitive actions. Source: tracemem/tracemem-skills.
How do I install approvals?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/tracemem/tracemem-skills --skill approvals Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/tracemem/tracemem-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01