Skip to content
Development
Command

/default

Apply Chain-of-Verification (CoVe) prompting to improve response accuracy through self-verification.

From plugin
claude-toolbox
1474 skills8 agents4 commands1 MCP
Install
$ npx -y skills add serpro69/claude-toolbox --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/default

Context preview

What this command does when you run it.

Apply Chain-of-Verification (CoVe) prompting to improve response accuracy through self-verification.

Command definition

default.md

Apply Chain-of-Verification (CoVe) prompting to improve response accuracy through self-verification.

Arguments: $ARGUMENTS

Invocation

**If $ARGUMENTS is provided:** Apply the CoVe verification process to answer the given question with systematic fact-checking.

**If $ARGUMENTS is empty:** Apply CoVe to verify the previous response in the conversation, generating verification questions and reconciling any errors found.

Process

Invoke the `kk:chain-of-verification` skill and follow the 4-step workflow in `chain-of-verification-process.md`:

1. Generate Initial Answer (or use previous response if verifying) 2. Create 3-5 Verification Questions targeting potential errors 3. Answer questions independently without referencing the initial answer 4. Reconcile findings and produce the final verified answer

Examples

/kk:chain-of-verification What is the time complexity of Python's sorted()?
/kk:chain-of-verification

(Use after receiving a response to verify it)

Ships withclaude-toolbox

<div align="center" claude-toolbox is a collection of "tools" for all your agentic workflows — pre-configured MCP servers, skills, sub-agents, commands, hooks, statuslines with themes, and more - everything you need for AI-powered development workflows, used

Get the whole plugin, auto-invoked
Stats
147
Stars
0
Views
31
Forks
Active
Maintenance
Shell
Language
1d ago
Last commit
9mo ago
Created

Repo: serpro69/claude-toolbox