Total 46,966 skills
Showing 12 of 46966 skills
Create and execute Git commits in Conventional Commits format with a required body. Use when the user asks to commit changes, write commit messages, or prepare a clean commit. Always run a pre-commit safety guard first, abort on log files or untracked high-risk binary extensions, then stage with `git add . -A`.
Create and edit presentation slides using Slidev framework when user requests slides, presentations, or deck modifications
Use when creating, searching, updating, or managing GitHub issues via CLI. Triggers: "issue", "create issue", "gh issue", "task tracking", "context", "handoff", "resume task", "session context", "save progress", "active tasks", "in-progress", "my tasks", "open issues". Covers: gh commands, bulk operations, JSON/jq, search filters, issue-to-PR workflow, AI session context storage, task workflow with labels.
Query the memory system for relevant learnings from past sessions
Analyze brownfield codebase and create initial continuity ledger
Comprehensive testing workflow - unit tests ∥ integration tests → E2E tests
Code refactoring workflow - analyze → plan → implement → review → validate
Migration workflow - research → analyze → plan → implement → review
Create git commits with user approval and no Claude attribution
Scrape web pages and extract content via Firecrawl MCP
Comprehensive code review workflow - parallel specialized reviews → synthesis
Test-driven development workflow with philosophy guide - plan → write tests → implement → validate