buildlisted
Install: claude install-skill changocr/agents-lab
# Build
1. Read the target files and nearest instructions before editing.
2. Restate assumptions that affect behavior or scope.
3. Implement the minimum change; do not refactor unrelated code.
4. Add tests for the requested behavior and likely failure paths.
5. Never commit private data, credentials, logs, models, or local state.
6. Run focused project checks. In an agents-lab checkout with the CLI installed, also run `agents-lab validate --strict`.
7. Return changed files, commands, evidence, residual risks, and review scope.
8. Completion requires independent code review with no CRITICAL/HIGH findings.