See AGENTS.md for full project context, architecture, and guidelines.
This file contains Claude Code-specific configuration.
This repo includes Claude Code skills to help with common workflows:
Helps designers efficiently process documentation and guidance issues from quarterly epics.
Trigger by saying: "work on documentation issues", "process doc queue", or "help with documentation backlog"
What it does:
- Finds the current quarterly documentation epic
- Presents oldest unassigned issues for selection
- Assigns the issue to you and analyzes requirements
- Guides you through making documentation changes
- Creates a PR and updates the project board to "PR Review"
See .claude/skills/doc-queue/SKILL.md for full details.
Ensures documentation follows VADS templates and style standards when writing component, pattern, or template guidance.
Automatically invoked by: /doc-queue at the "Making Changes" step
What it does:
- Loads the appropriate template (component/pattern/template)
- Ensures documentation structure matches template
- Handles deviations when justified (with designer approval)
- Enforces YAML front matter protection
- Provides required Jekyll include syntax
See .claude/skills/writing-vads-guidance/SKILL.md for full details.
Merges all open PRs you have approved, one by one, after updating each branch from main and waiting for CI checks to pass.
Trigger by saying: "merge my approved PRs", "merge-approved-prs", or "batch merge approved PRs"
What it does:
- Finds all open, non-draft PRs where your most recent review is APPROVED
- For each: updates the branch from main, waits for all CI checks to pass, then merges
- Updates your local main branch with
git pull - Reports how many were merged, any failures, and remaining PR stats (awaiting review / draft)
Run directly: bash scripts/merge-approved-prs.sh [--squash] [--dry-run] [--no-delete-branch]
See .claude/skills/merge-approved-prs/SKILL.md for full details.