From devrunway
Universal quality checklists for every development action — feature addition, API endpoint, data model change, logging, secrets, auth. Auto-apply the relevant checklist whenever one of these actions is taken.
How this skill is triggered — by the user, by Claude, or both
Slash command
/devrunway:checklists**/*The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Full checklists in [checklists.md](checklists.md).
Full checklists in checklists.md.
When to apply each checklist — trigger automatically:
| Action | Checklist |
|---|---|
| Adding any new feature or behaviour | Feature Addition |
| Creating or modifying an API endpoint | API Endpoint |
| Changing the data model / schema | Data Model Change |
| Adding any log statement | Logging |
| Adding any secret or credential handling | Secrets & Credentials |
| Any code touching authentication or authorisation | Auth & Authorisation |
Apply the checklist before marking work as done. Every unchecked item is a gap that needs addressing or an explicit decision to skip with a documented reason.
For tech-specific checklists, see your installed layer skills:
layers/frontend/react/react-standardslayers/backend/node-express/nodejs-standardslayers/database/postgres-prisma/database-sqllayers/auth/cognito/cognito-authnpx claudepluginhub manikumarkv/devrunway-claude-plugin --plugin devrunwayGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.