are-you-sure
Are You Sure
Do one careful second pass on the changes you just made, and fix the clear issues you find before you declare the work done.
Read the right reference
- Read references/workflow.md for the provider-neutral fresh-eyes review loop.
- Read references/claude.md if this should run in Claude Code.
- Read references/codex.md if this should run in Codex.
- Read references/gemini.md if this should run in Gemini CLI.
Use this skill when
- you just edited files and are about to send a final answer
- you are about to commit or open a PR
- the change involved generated or agent-written code
- the edit touched behavior, configuration, tests, or interfaces
- you want a quick self-check before asking for a second opinion
More from blacktop/dotfiles
ratatui-tui
|
131code-simplifier
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.
3handoff
Generate optimized handoff prompts for delegating work to another LLM agent. Use when handing work to GPT-5.x/Codex, Claude 4.x, Gemini 3.x, or Grok 4.x, either as a shared-workspace sub-task handoff or a fresh-context handoff for a new session or model. Triggers on requests like "create a handoff prompt", "delegate this task to another agent", "hand this off", or "prepare context for another agent".
1rust-profiling
Profile Rust code using samply to identify CPU bottlenecks. Use when performance is slow, before optimizing, or when the user asks to profile.
1go-performance
Measure and improve Go program performance using current Go 1.26-era workflow. Use when profiling Go code, diagnosing CPU or memory bottlenecks, investigating latency or contention, writing or fixing benchmarks, comparing benchmark results, using pprof or trace data, applying PGO, or tuning hot-path Go code.
1second-opinion
Run an external LLM code review with Codex CLI, Gemini CLI, or both. Use when the user asks for a second opinion, external review, Codex review, Gemini review, or wants a model-vs-model review of current changes, a branch diff, a specific commit, or a GitHub pull request.
1