aposd-verifying-correctness

Verify code correctness across six dimensions with PASS/FAIL verdicts.

351|31|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/ryanthedev/code-foundations --skill aposd-verifying-correctness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aposd-verifying-correctness
Source: https://github.com/ryanthedev/code-foundations/tree/main/skills/aposd-verifying-correctness
Command: npx skills add https://github.com/ryanthedev/code-foundations --skill aposd-verifying-correctness

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verifies code correctness before claiming done or committing.

Core Features & Use Cases

  • Six-dimension verification: requirements coverage, concurrency safety, error handling, resource management, boundary conditions, and security.
  • Deterministic verdicts: outputs PASS/FAIL per dimension and a final DONE/NOT DONE verdict.
  • Pre-commit gating: acts as an early quality gate to catch issues before integration.

Quick Start

Run the aposd-verifying-correctness skill against your latest changes to assess overall correctness, then address any failing dimensions before committing.

Frequently Asked Questions about aposd-verifying-correctness

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

FAQPage Schema
How do I verify code correctness before committing?

To verify code correctness before committing, apply a six-dimension pre-commit check covering requirements coverage, concurrency safety, error handling, resource management, boundary conditions, and security to output PASS/FAIL verdicts.

What is pre-commit code verification and when do I need it?

Pre-commit code verification is an early quality gate that checks implementation work for requirements coverage and error handling before integration. You need it to catch correctness issues before claiming done or committing changes.

How do I check concurrency safety and error handling in my code changes?

Checking concurrency safety and error handling involves running a verification process against your latest changes to evaluate specific dimensions, producing a PASS/FAIL result per dimension with actionable remediation guidance for any failures.

Does pre-commit correctness verification work across different codebases?

Yes, pre-commit correctness verification applies across codebases to assess implementation work. It functions as a deterministic quality gate to evaluate boundary conditions, resource management, and security regardless of the specific codebase.

What is the best way to gate code quality before integration?

The best way to gate code quality before integration is applying a multi-dimensional verification check that outputs a final DONE or NOT DONE verdict, ensuring requirements coverage and security pass before code is committed.

Why does my pre-commit check fail to catch boundary condition errors?

Pre-commit checks fail to catch boundary condition errors when verification lacks explicit dimension coverage. Applying a targeted six-dimension checklist ensures boundary conditions are evaluated and outputs actionable remediation guidance for failures.