claude-caliper
Design-gated, test-driven feature development through pull request merge
All Skills in This Repository (15)
Pure Emerald Level Indicatorsdesign
Turn an idea into an approved design before implementation work starts.
caliper-settings
List, read, set, and reset persistent Caliper user preference overrides.
pr-merge
Merge reviewed GitHub pull requests and clean up branches and worktrees.
usage-guard
Monitors Claude Code usage and stops before the window threshold is reached.
implementation-review
Reviews git branches for integration gaps, merge readiness, and hidden regressions across components.
pr-create
Create a review-ready GitHub pull request from completed code changes.
queue
Schedule deferred Claude Code commands via one-shot cron jobs.
skill-eval
Benchmark Claude Code skill revisions with isolated runs and statistical grading.
codebase-review
Audit entire codebases for duplicated logic and quality issues.
design-review
Review design documents against a 9-point checklist and issue severity-ranked findings.
draft-plan
Create structured implementation plans with task files from specifications.
orchestrate
Coordinate implementation plans with task dispatch, reviews, and merge cleanup.
Frequently Asked Questions
FAQPage SchemaHow to install claude-caliper?โผ
Run `npx skills add nikhilsitaram/claude-caliper --all -g -y` in your terminal to install all skills globally.
What does claude-caliper do?โผ
It takes a feature description, sizes the work, enforces design-before-code and test-before-merge, and delivers a reviewed pull request with only three human approval points.
How does claude-caliper handle large features?โผ
Large work goes through a full pipeline: design review, a structured plan, plan review, then parallel task execution in isolated git worktrees with per-phase reviews.
Does claude-caliper work with Claude Code?โผ
Yes. It is built as a Claude Code plugin whose skills trigger automatically when you describe what you want to build, with no slash commands needed for the main pipeline.
Can I audit my existing code or tests with it?โผ
Yes. Standalone skills run whole-repo code quality audits and test-suite health checks, then route findings to inline fixes, GitHub issues, or new plans.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core