gitmoji
Gitmoji Commit Messages
Always generate exactly one commit message — never a list, never one per file.
Summarize all changes together in one subject line. Prefix it with the most SPECIFIC emoji that represents the overall change.
Format: <emoji> <imperative summary> (≤72 chars). Only write a body if deemed absolutely necessary. Use the emoji character, not the :code:.
Emoji definitions: ./references/gitmojis.md
More from grehnen/copilot-tooling
improve-codebase-architecture
Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.
9grill-me
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
9tdd
Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.
9frontend-design
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
9write-a-skill
Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.
8gh-sub-issue
Manage GitHub sub-issues (parent-child issue relationships) using the gh-sub-issue CLI extension. Use when creating, linking, listing, or removing sub-issues, or when building hierarchical task structures in GitHub.
8