agent work verifier

    1

    Detect unfinished code, empty tests, and swallowed errors in AI-generated diffs using structural analysis.

    Free

    1 installSecurity scanned

    Works with the AI tools you already use

    Claude CodeClaude CodeCursorCursorCodex CLICodex CLIGitHub CopilotGitHub CopilotGemini CLIGemini CLI+20 more

    agent work verifier

    Example session with this skill installed

    Run the work verifier on the changes I just made to the authentication module.

    • Read your context and instructions
    • Compiled the agent work verifier

    CRITICAL: src/auth.py:42 - Stub function 'validate_token' contains only 'pass'.
    CRITICAL: tests/test_auth.py:12 - Test 'test_login_flow' contains no assertions.
    WARNING: src/auth.py:88 - Exception caught and discarded (bare except).
    Exit code: 1

    Connects securely to your tools. The creator never sees your data.

    About this skill

    The problem

    Coding agents often report success on unfinished work. They leave behind pass statements, empty test assertions, and swallowed exceptions that result in false-positive green builds.

    What it does

    • Scans for structural stubs like NotImplementedError, ..., or docstring-only function bodies using Python AST.
    • Detects "hollow" tests that contain no assertions or verifying calls.
    • Identifies code that was defined but never referenced or wired up in the scanned tree.
    • Locates forgotten debug statements like breakpoint(), debugger, or .only test flags.
    • Catches swallowed exceptions and xfail markers that hide runtime failures.

    Frameworks & tools

    Works with Python 3.8+ (AST-based) and JavaScript/TypeScript (pattern-based). No external dependencies required.

    Why this beats prompting it yourself

    Generic LLM prompts often fail to catch their own omissions because the model "hallucinates" that the logic is there. This tool uses structural analysis to find objective evidence of unfinished work that a visual diff review will likely miss.

    Use cases

    • Pre-merge checks for AI-generated pull requests.
    • Automated verification after an agent claims a task is complete.
    • Identifying silent test failures in CI/CD pipelines.
    • Cleaning up debug artifacts and dead code before shipping.

    Known limitations

    Python checks are structural and highly accurate, but JavaScript/TypeScript checks use pattern matching and may yield lower confidence results. It does not judge code quality, style, or performance.

    How to install

    Works the same in every agent - Claude, Cursor, Codex, Copilot and 20+ more.

    ~30 seconds
    1. 1

      Download the ZIP

      Free skills download straight away. Paid skills unlock right after purchase.

    2. 2

      Unzip into your skills folder

      Every agent reads skills from one folder on your machine. Drop the unzipped folder in there.

    3. 3

      Ask your agent to use it

      Restart the agent if it was already running. It picks the skill up automatically - no config needed.

    Skills folder by agent

    Click the path to copy it. Create the folder if it does not exist yet.

    Reviews

    No reviews yet

    Be one of the first to try it. Every listed skill passes our trust checks below.

    Security scanned

    Passed our 8-point scan before listing

    1 install

    Downloaded by developers to date

    Free forever

    No account required to browse

    Trust & safety

    Security scanned

    Verified clean 1 month ago

    • Free to download with an account

    Listed1 month ago
    Updated29 days ago

    Frequently Asked Questions