cp-skill-validate

star 69

Run the deterministic validation script on KB notes. Checks frontmatter validity, enum values, link health, required sections, and batch signals (orphans, seedling count).

zby By zby schedule Updated 4/20/2026

name: cp-skill-validate description: Run the deterministic validation script on KB notes. Checks frontmatter validity, enum values, link health, required sections, and batch signals (orphans, seedling count). type: kb/types/instruction.md user-invocable: true allowed-tools: Bash context: fork

EXECUTE NOW

Run the packaged validation command:

commonplace-validate "$ARGUMENTS"

Target: $ARGUMENTS

Prefer the narrowest target that covers the user's request. For write/edit workflows, validate the new or edited file paths explicitly; do not validate the whole KB unless the user asked for a full maintenance check.

  • Note path or name: validate that specific note
  • Multiple note paths: validate those specific notes, one command per path if needed
  • Directory path or collection name: validate .md files under that directory, only when the edited set is directory-scoped
  • "all": validate all .md files under kb/
  • "notes": validate all .md files in kb/notes/
  • "recent" or "today": validate notes modified today
  • Empty: ask which note to validate

Report the script output directly. Do not interpret, supplement, or override its findings.

For judgment-based frontmatter checks, run kb/instructions/run-review-bundle-on-note.md with the frontmatter bundle.

Install via CLI
npx skills add https://github.com/zby/commonplace --skill cp-skill-validate
Repository Details
star Stars 69
call_split Forks 9
navigation Branch main
article Path SKILL.md
More from Creator