mohamedzhioua/agent-done-or-not

Catch your AI agent lying about "done" A one-file proof-gate for Claude Code, Cursor & Codex. it must verify before it can finish

Compatible avecClaude CodeCodex CLICursor
npx skills add mohamedzhioua/agent-done-or-not

Ask in your favorite AI

Open a new chat with this agent skill pre-loaded.

Documentation

done-or-not

When to use

Use this skill whenever you are about to tell the user that a task, build, test, fix, or verification step is finished. A completion claim requires proof from the gate, not confidence or memory.

How to use

  1. Identify the command that proves the work. Choose the smallest check that actually verifies the claim: tests, build, typecheck, lint, a curl against a running endpoint, or another command with meaningful pass/fail behavior.

  2. Run the verifying command through the proof gate:

    bash done-gate.sh capture --label check -- <your verifying command>
    

    The gate records the command, its exit code, and a SHA-256 of the output. It exits with the command's own code, so a failing check fails the capture.

  3. Only report the work complete after a fresh PASSING receipt exists.

  4. If the check fails, fix the problem and capture again. Never report success on a red check.

The Stop gate enforces this rule where the harness supports it: it blocks the agent from ending the turn until a fresh passing receipt exists. Do not work around the gate; produce the proof.

Skills associés

trailofbits/firebase-apk-scanner

Scans Android APKs for Firebase security misconfigurations including open databases, storage buckets, authentication issues, and exposed cloud functions. Use when analyzing APK files for Firebase vulnerabilities, performing mobile app security audits, or testing Firebase endpoint security. For authorized security research only.

community

roottechinfosystemofficial/market-insight-claude-skill

🔍 Discover user insights and product opportunities in just 10 minutes with AI, transforming traditional analysis methods into quick, actionable results.

community

alias8818/enoch-agentic-research-system

Agentic research control plane with local proof, provenance packaging, and explicit audit-status reporting.

community

agricidaniel/seo-images

Image optimization analysis for SEO and performance. Checks alt text, file sizes, formats, responsive images, lazy loading, CLS prevention, image SERP rankings (via DataForSEO), and image file optimization (WebP/AVIF conversion, IPTC/XMP metadata injection). Use when user says "image optimization", "alt text", "image SEO", "image size", "image audit", "optimize images", "image metadata", "image SERP", "convert to webp", or "image file optimize".

community

jaychempan/Agent-Skills-Leaderboard

🏆 Agent Skills Leaderboard: One-stop discovery for the best AI Agent Skills — search, filter, and find the right tool instantly. 一站式发现最值得用的 AI Agent Skills · 告别四处翻找,搜索即上手。

community

ambassadorial-vinegarworm656/sh-guard

Classify shell commands with AST analysis and risk scoring for AI coding agents

community