common-skills
Spec-driven development, PR workflows, and code review automation
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install common-skills?โผ
Run `npx skills add warpdotdev/common-skills --all -g -y` in your terminal to install all shared skills globally.
What is spec-driven development?โผ
It means writing a PRODUCT.md behavior spec and a TECH.md implementation plan before coding, then building and validating the feature against those checked-in specs.
Can it write and review pull requests automatically?โผ
Yes. It drafts reviewer-friendly PR descriptions, produces structured review feedback with severity labels, and checks implementations against their specs.
How does it handle CI failures and merge conflicts?โผ
It pulls failing CI logs via the GitHub CLI, groups errors by type, and generates a fix plan. For conflicts, it extracts only the conflicted hunks so they can be resolved with minimal context.
Which coding agents work with these skills?โผ
All skills follow the universal SKILL.md standard and run in Warp, Claude Code, Codex, and other compatible coding agents.
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