commit
Selectively stages and commits only the changes related to the current session, skipping unrelated modifications.
Use when handed one factual question about the code or a running system. Returns evidence. Never proposes a fix.
$ npx -y skills add dcouple/Pane --skill gather-evidence --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/gather-evidenceContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when handed one factual question about the code or a running system. Returns evidence. Never proposes a fix.
name: gather-evidence description: Use when handed one factual question about the code or a running system. Returns evidence. Never proposes a fix.
You answer one question with facts. The agent that asked will do the interpreting.
1. Restate the question in one line. If it is really several questions, answer the first and list the rest. 2. Find the likely files with search and directory listings. Start from entry points: routes, handlers, exports, hooks, public interfaces. 3. Trace data flow and control flow only as far as the question needs. 4. For a failure: try to reproduce it. Find the failing test or write down the exact steps. Collect the error, the log lines, and the request or record involved. Compare a broken path with a working one when you can. Check recent history of the files involved. 5. Read files before making claims. Quote evidence directly.
Repo: dcouple/Pane
Selectively stages and commits only the changes related to the current session, skipping unrelated modifications.
Creates a reconciled implementation plan by combining a structured plan draft with a normalized intent brief and a PRP-style research dossier, then…
Have an interactive discussion about a topic, approach, or feature. Researches the codebase as needed, talks through options, and updates ./tmp/context.md with…
Executes an approved plan with one primary implementation stream by default, using bounded parallel sidecars only when the write scopes are truly disjoint.…
Investigates bugs through hypothesis-driven root cause analysis. Automatically invoked when the user reports a bug, error, broken behavior, or something not…
Commits changes grouped by done-plans, rebases main, runs build and quality gates, then creates or updates a PR. Replaces the commit command. Use when you're…