Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
blacktop avatar

Are You Sure

  • 3 installs
  • 17 repo stars
  • Updated July 16, 2026
  • blacktop/dotfiles

are-you-sure is a Claude Code skill that runs a deliberate fresh-eyes self-review of just-made changes and fixes clear local issues before finalizing.

About

are-you-sure is a self-review skill that has an agent do one careful second pass over the code, config, tests, or docs it just changed. It reconstructs the exact scope, re-reads the diff, checks five risk buckets, and fixes clear local issues before finalizing, then reports what it fixed and what remains risky. A developer uses it as a quick self-check before committing, opening a PR, or handing off, and it explicitly is not a substitute for a real security audit or external review.

  • Runs a deliberate fresh-eyes second pass over changes you just made before finalizing
  • Checks five risk buckets, fixes clear local issues immediately, and re-runs the narrowest verification
  • Works across Claude Code, Codex, and Gemini CLI with per-provider reference notes

Are You Sure by the numbers

  • 3 all-time installs (skills.sh)
  • Ranked #923 of 1,352 Code Review & Quality skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

are-you-sure capabilities & compatibility

Capabilities
self review · code review · regression check
Use cases
code review · debugging
From the docs

What are-you-sure says it does

Deliberate fresh-eyes self-review and repair after making changes.
SKILL.md
Do one careful second pass on the changes you just made, and fix the clear issues you find before you declare the work done.
SKILL.md
Check the five risk buckets from the workflow reference.
SKILL.md
npx skills add https://github.com/blacktop/dotfiles --skill are-you-sure

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs3
repo stars17
Last updatedJuly 16, 2026
Repositoryblacktop/dotfiles

What it does

Do a fresh-eyes self-review of just-made changes and fix clear local issues before committing or handoff.

Who is it for?

Agents pausing to self-check generated or recently modified code before finalizing.

Skip if: Serving as a substitute for a dedicated security audit or an external second-opinion review.

When should I use this skill?

You just edited files and are about to send a final answer, commit, or open a PR.

What you get

Clear local issues in the recent changes are found and fixed, with remaining risks and verification reported before handoff.

  • issues found and fixed with file references
  • remaining or review-only findings
  • verification performed

By the numbers

  • five risk buckets
  • nine-step fresh-eyes workflow

Files

SKILL.mdMarkdownGitHub ↗

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

Do not use this skill as

  • a substitute for real verification
  • a substitute for a dedicated security audit
  • a substitute for an external second-opinion review

If the change is high-risk, run this skill first, then use a separate review skill.

Fresh-eyes workflow

1. Reconstruct the exact scope of what changed. 2. Re-read the diff and changed files slowly. 3. Check the five risk buckets from the workflow reference. 4. Run the cheapest meaningful verification you can. 5. If you find a likely issue, inspect neighboring code before concluding. 6. Default to fix mode: if the issue is clear, local, and easy to verify, patch it immediately. 7. Re-run the narrowest relevant verification and repeat the review once. 8. If the fix would widen scope, change architecture, or needs human judgment, stop and report it instead of guessing. 9. Return what you fixed, what still looks risky, or say explicitly that no substantive issues were found.

Output contract

Return in this order:

1. Issues found and fixed, with file references. 2. Issues still remaining or explicitly review-only findings. 3. Verification performed. 4. Residual risk, open questions, or No substantive issues found.

Keep the review concrete. Do not pad it with praise or a changelog.

Related skills

FAQ

Is are-you-sure a replacement for a security audit?

No. It explicitly should not be used as a substitute for a real verification, a dedicated security audit, or an external review.

Does it fix issues or just report them?

It defaults to fix mode: if an issue is clear, local, and easy to verify, it patches it immediately, then reports what remains.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.