Apply this repository's alert request-validation and error-code contract when API acceptance or rejection behavior changes.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add SeoNaRu/nulnul-harness --skill project-api-validation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Project Api Validation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/seonaru-project-api-validation-333af0ba)More formats (shields.io, HTML) on the badges page.
---
name: project-api-validation
description: Apply this repository's alert request-validation and error-code contract when API acceptance or rejection behavior changes.
metadata:
job: api-error-code-maintenance
---
# Project API validation
Use this procedure for request-validation changes:
1. Inspect the target alert handler and its unit tests.
2. Preserve absent, empty, and already accepted inputs.
3. Preserve `errors.problem(field, code)` and reject invalid input before any outbox mutation.
4. Add every new error code to `contracts/error-codes.json`; keep it sorted and unique.
5. Run `python3 -m unittest -q`.
6. Run `python3 tools/verify_error_catalog.py`.
Do not use this Skill for internal algorithms or release documentation.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!