uncertainty-checklist

Audit AI-generated code for import validity, API accuracy, and placeholders.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/Sebdysart/omni-link-hustlexp --skill uncertainty-checklist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uncertainty-checklist
Source: https://github.com/Sebdysart/omni-link-hustlexp/tree/main/skills/uncertainty-checklist
Command: npx skills add https://github.com/Sebdysart/omni-link-hustlexp --skill uncertainty-checklist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents the AI from confidently presenting inaccurate or incomplete code by enforcing a rigorous self-audit process before any output is shown to the user.

Core Features & Use Cases

  • Import Verification: Checks if imported files and modules are known and exported correctly.
  • API Call Validation: Confirms API endpoints and tRPC procedures match scanned definitions.
  • Type and Field Accuracy: Ensures referenced types and fields are correctly understood from definitions.
  • Placeholder Elimination: Guarantees no TODOs, FIXMEs, or unimplemented functions remain.
  • Confidence Calibration: Prompts the AI to qualify uncertain statements and avoid absolute claims.
  • Use Case: Before submitting a code change, the AI runs through this checklist to ensure all imports are valid, API calls are correct, types are accurate, and no placeholder code is present, preventing runtime errors and improving code quality.

Quick Start

Run the uncertainty checklist before presenting any generated code.

Frequently Asked Questions about uncertainty-checklist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent AI from generating code with invalid imports and placeholder text?

To prevent AI from generating code with invalid imports and placeholders, enforce a pre-presentation behavioral self-audit to verify import validity, API call accuracy, type correctness, and the absence of TODOs or FIXMEs.

What is an uncertainty checklist for AI code generation and how does it work?

An uncertainty checklist for AI code generation is a systematic self-audit mechanism that checks generated code for import validity, API call accuracy, and type correctness before output, ensuring all code is grounded in verified information and preventing overconfident errors.

How to verify tRPC procedure calls and type definitions before presenting generated code?

Verify tRPC procedure calls and type definitions before presenting generated code by running a pre-output self-audit that confirms API endpoints match scanned definitions and ensures referenced types and fields are correctly understood from definitions.

Can I use a self-audit checklist to calibrate AI confidence and qualify uncertain code statements?

Yes, you can use a self-audit checklist to calibrate AI confidence and qualify uncertain code statements. The checklist prompts the AI to qualify uncertain statements, avoid absolute claims, and eliminate unimplemented functions before presenting code.

Does the uncertainty checklist require external dependencies or specific environment setup?

The uncertainty checklist requires no external dependencies or specific environment setup. It is a standalone behavioral system that enforces a self-audit process directly within the AI's code generation workflow to verify completeness and accuracy.