en un clic
claude-code-framework
claude-code-framework contient 19 skills collectées depuis opmau, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Pick a bug from Linear, fix it test-first, verify, and update. Use when the user says "fix issue", "fix bug", "work on known issue", or "pick a bug".
Create a new ticket for task tracking. Use when the user says "create ticket", "new ticket", or "track this".
Diagnose an integration/E2E test log, classify failures by severity, and batch-create issues. Use when the user says "smoke test", "diagnose log", "triage test log", or provides a test log.
Pull Linear issues and generate a local snapshot for quick reference. Use when the user says "sync linear", "pull linear issues", "update from linear", or "show my issues".
Triage, prioritize, and groom Linear issues. Use when the user says "triage linear", "review inbox", "prioritize issues", "groom backlog", or "clean up issues".
Investigate a bug using structured differential diagnosis. Use when the user says "diagnose", "investigate this", "what's causing this", or "figure out why".
Document a bug by creating a Linear issue without fixing it. Use when the user says "document bug", "log this bug", "document don't fix", or during refactoring when a bug is discovered.
Create a new issue in Linear. Use when the user says "create linear issue", "file linear ticket", or "add to linear".
Review staged changes before commit. Use when the user says "review", "check my changes", or before committing.
Set the operating mode for the current session. Use when the user says "session mode", "set mode", "refactor mode", "debug mode", or "feature mode".
Update a Linear issue's status, assignee, or labels. Use when the user says "update linear", "move issue", "close linear issue", or "assign issue".
Run a post-session retrospective. Use when the user says "retro", "retrospective", or "what should we update?".
Manage Linear cycles and sprint planning. Use when the user says "sprint planning", "manage cycle", "linear sprint", or "plan cycle".
Generate a conventional commit for staged changes. Use when the user says "commit", "save changes", or "commit this".
Create a pull request with a structured description. Use when the user says "create pr", "open pr", or "pull request".
Create a new Claude Code skill from a description. Use when the user says "create skill", "new skill", or "add a slash command".
Build the project. Use when the user says "build", "compile", or after making code changes that need compilation.
Check all source files against CLAUDE.md file size limits. Use when the user says "check sizes" or "check file sizes".
Run tests. Use when the user says "test", "run tests", or before commits.