Reflect Check

🌐Community
by anton-abyzov · vlatest · Repository

Reflect Check analyzes user input to identify potential misunderstandings or inconsistencies, improving clarity and ensuring accurate responses.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add reflect-check npx -- -y @trustedskills/reflect-check
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "reflect-check": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/reflect-check"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The reflect-check skill allows an AI agent to verify its own reasoning and identify potential errors by prompting itself with a follow-up question based on its previous response. This process helps the agent detect inconsistencies or gaps in logic, leading to more reliable outputs. It's designed to improve the quality of responses through self-assessment.

When to use it

  • Complex Reasoning Tasks: Use when an AI needs to perform multi-step reasoning or analysis where errors are likely.
  • Creative Writing: Employ to ensure narrative consistency and plot coherence in generated stories or scripts.
  • Code Generation: Apply to check for logical flaws or potential bugs in the code produced by the agent.
  • Fact Verification: Utilize when accuracy is paramount, such as summarizing research papers or answering factual questions.

Key capabilities

  • Self-prompting: Generates follow-up prompts based on previous responses.
  • Error detection: Identifies inconsistencies and potential errors in reasoning.
  • Improved reliability: Enhances the overall quality and trustworthiness of AI outputs.

Example prompts

  • "Analyze this document and then reflect-check your analysis."
  • "Write a short story, and after each paragraph, reflect-check for consistency."
  • "Generate Python code to solve this problem; reflect-check the logic before presenting it."

Tips & gotchas

The effectiveness of reflect-check depends on the agent's ability to understand its own reasoning process. It may require some experimentation with prompt phrasing to achieve optimal results.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
anton-abyzov
Installs
5

🌐 Community

Passed automated security scans.