validate-branch

Installation
SKILL.md

validate-branch

Run getlark workflows to validate the work-in-progress on the current git branch, on demand. Reads optional configuration from .claude/getlark.local.md if present, otherwise runs all workflows (the sensible default for onboarding).

Procedure

Step 1 — Identify current branch

git rev-parse --abbrev-ref HEAD

Abort with a clear message if not in a git repo or HEAD is detached — unless the user explicitly opted into running anyway.

Step 2 — Load project config (if present)

Look for .claude/getlark.local.md in $CLAUDE_PROJECT_DIR (or pwd fallback). If it exists, parse the YAML frontmatter:

Installs
2
Repository
getlark/skills
GitHub Stars
1
First Seen
Apr 21, 2026
validate-branch — getlark/skills