commit
Selectively stages and commits only the changes related to the current session, skipping unrelated modifications.
Give a fresh agent something to walk through with zero context - a PR body, a landing page, a document, a process, instructions, code. It reports what's broken, confusing, or contradictory. A fresh perspective on something before it ships - especially useful on a PR you think is
$ npx -y skills add dcouple/Pane --skill cold-read --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/cold-readContext preview
The summary Claude sees to decide when to auto-load this skill.
Give a fresh agent something to walk through with zero context - a PR body, a landing page, a document, a process, instructions, code. It reports what's broken, confusing, or contradictory. A fresh perspective on something before it ships - especially useful on a PR you think is
name: cold-read description: Give a fresh agent something to walk through with zero context - a PR body, a landing page, a document, a process, instructions, code. It reports what's broken, confusing, or contradictory. A fresh perspective on something before it ships - especially useful on a PR you think is finished, or any user-facing artifact. Always dispatch as a fresh sub-agent with no conversation history - the zero context is the point.
You know nothing about this. You're seeing it for the first time at 8am with groggy eyes. Walk through it start to finish.
Report what's broken, confusing, or contradictory. Report what could be described more simply. Report what information you don't have that you need - do you know the what, why, how, when, where? Be thorough about what you don't know and what you'd need to know.
Don't fix anything. You don't have the context to know what the fixes should be. Just explain what you experienced as someone walking through this for the first time.
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…