πŸ”Œ

double-check

πŸ”ŒPlugin

tony/ai-workflow-plugins

Installation

Add marketplace in Claude Code:
$/plugin marketplace add tony/skills
Step 2. Install plugin:
$/plugin install double-check@skills
VibeIndex|
What it does
|

Make verification requests return the re-derived answer instead of a diff against the agent's prior turn β€” an ambient skill for 'double check' / 'are you sure' moments plus an /align command to repair a chat where the diff already happened

πŸͺ

Part of

tony/ai-workflow-plugins

productivity
0
-
AddedJul 27, 2026

More from this repository10

πŸ”Œ
slopπŸ”ŒPlugin

Scan repo tracked files for AI slop, brittle counts, and verbose noise; resolve each finding as an atomic forward-going commit with quality-gate verification

πŸ”Œ
tddπŸ”ŒPlugin

TDD bug-fix workflow β€” reproduce bugs as failing tests, find root cause, fix, and verify

πŸ”Œ
actionπŸ”ŒPlugin

Take tickets to branches in isolated git worktrees β€” resolve Linear/GitHub issues strictly read-only, name branches by the team's own conventions, land gated commits, and fan out multiple tickets in parallel

πŸ”Œ
merge-prπŸ”ŒPlugin

Merge PRs via gh with merge commits matching the repo's own git history β€” readiness checks and CI watch before every merge, plus multi-PR runs with stack detection, rebase, and conflict resolution between merges

πŸ”Œ
researchπŸ”ŒPlugin

Clone and study your project's dependencies at the exact versions you use β€” source repos with version-pinned git worktrees

πŸ”Œ
pytest-optimizerπŸ”ŒPlugin

Profile a pytest suite, rank safe speedups with a safety-first rubric, and apply each as its own verified commit

πŸ”Œ
situateπŸ”ŒPlugin

Gain situational awareness before touching a repository β€” read the branch against trunk, its diff, its pull request and review threads, its linked tickets, and the project's own conventions, then report where the work stands; optionally search prior AI conversations for decisions the repository never recorded

πŸ”Œ
reviewπŸ”ŒPlugin

Address code-review findings on the current branch β€” provenance-gated to changes the branch introduced, one finding per commit, simplest pragmatic fix, with quality gates before every commit and prompted history rewrites

πŸ”Œ
changelogπŸ”ŒPlugin

Generate categorized changelog entries from branch commits and PR context; refresh or recut a branch's own entries as it evolves

πŸ”Œ
releaseπŸ”ŒPlugin

Cut and bump releases with safe defaults β€” no push, no tag, no tag push without an explicit flag β€” and roll new releases out to every downstream consumer repo with CI verification