Install
$ agentstack add skill-christophecapel-claude-mechanisms-tools-check ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
/check — Session-Close Audit
This skill runs the session-close audit defined in [check.md](check.md).
What it does
- Builds a Session Manifest from chat-context (PRs, commits, tickets, memory files, edited files) — derives scope FIRST, before any audit
- Walks 5 audit sections (Learnings, Changes, Docs, Issues, Memory) with a per-section emoji status (✅ / ⚠️ / ❌) reflecting only Section A items
- Routes open items into two sections:
- Section A — In-session (blocks close if any row is
tackle now) - Section B — Adjacent context (never blocks close, informational only)
- Pre-render check: validates PR-merge dependencies before flagging rows as
blocked by user. Ifgh pr viewshows the PR is already merged, the row auto-flips totackle nowand the dependent action gets executed in the same turn. - Emits a decisive verdict: ✅ Ready to close / ❌ Not ready / ⚠️ Close with caveats. Re-running
/checkfor the same state produces the same verdict.
Why session-scoped
Earlier /check versions surfaced every open item across all sessions, projects, and pre-existing tracker tickets. That made every close run feel incomplete and triggered multi-/check loops to walk through items that didn't belong to the session. Session-scoped audit runs in one pass — items from other sessions land in Section B and never block close.
Usage
Type /check at any point you want a clean-vs-blocked verdict on the current session. The skill follows check.md step by step.
Implements mechanisms
- #16 — Smallest shippable first
- #11 — One branch, one scope
- #1 — Discover and derive, never assume or ask
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: christophecapel
- Source: christophecapel/claude-mechanisms-tools
- License: MIT
- Homepage: https://github.com/christophecapel/claude-mechanisms
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.