smithery.ai

double-check

An easy way to force agent to think again if it's statement that the "Job is done and production ready" is actually done - usually it's not. This skill ensures that that the AI agent verifies their task and user does not have to check after the agent if they did their job.

First seen Mar 17, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,011 B
  • docs SUMMARY.md 293 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

When to use

  • After a task is completed and before reporting completion details to the user
  • After generating tests
  • After fixing tests

Skill

Please double check your work and what you generated.

  • Is it really complete?
  • Did you approach it from different angles?

Define first at what angles you can approach it. Reiterate on the goal and what it means and what is required to achieve it. Define what "complete" means in this context.

If the task was to generate tests or fix failing tests, run the tests to make sure they are successful. This is the only definition for "complete"

Proceed with the double check only after you are sure you have done all of the above.

Ultrathink!