Generate clear, conventional commit messages from git diffs. Use when writing commit messages, reviewing staged changes, or preparing releases.
Генерирует сообщение для git-коммита в формате Conventional Commits на русском языке. Используй этого агента когда нужно сгенерировать commit message.
Gebruik bij elke `git commit` — één doel per commit, expliciete staging (geen `git add .`), conventional message gefocust op waarom.
View and analyze commits in GitHub repositories - commit history, diffs, and commit details using gh CLI
Generates conventional commit messages. Use when creating git commits or reviewing staged changes. Ensures NO AI attribution in commits.
Commit, push changes, and create a Pull Request on GitHub. Trigger: User runs /commit-pr command.
Prepare a completed work unit for commit by inspecting the full dirty git state, updating durable docs/context/handoff, recording important decisions or learnings, running…
Gitコミット前に自動で品質チェックを実行するスキル。 「この修正をコミットして」「コードレビューしてからコミットして」などの依頼に対応し、 ESLint/BlackによるLint、テスト実行、コードレビューを自動実行後、 Conventional Commits準拠のコミットメッセージでコミットを作成する。…
Prepare git commit messages following conventional commits. Activates on: commit, prepare commit, commit this, commit message, ready to commit, stage and commit
Gera mensagens de commit em português (pt-BR). Use quando o usuário pedir mensagem de commit, revisar mudanças staged, ou preparar commits.
Automate the workflow from creating a branch to opening a GitHub pull request. Use when the user says "create a PR", "commit and push", "push changes and create PR", or "open a…
Generates a comprehensive .xlsx PR/commit report for any type of Unity game commit — balance data, code, prefabs, scenes, animations, or VFX.
Reviews changed code for issues, DRY opportunities, naming clarity, and test coverage using a sub-agent. Use as the first step before testing. — from tools/tools-misc
Reviews changed code for issues, DRY opportunities, naming clarity, and test coverage using a sub-agent.
When making a Git commit, provide the subject of the commit and the rules to follow before committing.
Use `/commit` to stage modified/new files, analyze diffs, and commit with proper message format. Follows strict commit policy and workflow rules.
Analyze staged/unstaged changes and create semantic conventional commits with context about WHY, not just WHAT. Auto-detects commit type and scope from the diff.
Split large sets of uncommitted changes into logical, well-organized commits. Use when the user has many uncommitted changes and wants structured commits, or proactively suggest…
Commit message standard สำหรับโปรเจกต์ KAM-WEB-SCHOOLJOB — format, emoji, ขั้นตอน git commit ที่ถูกต้อง ใช้ทุกครั้งที่จะ commit
Format commit messages following conventional commits standard. Use when: writing commit messages, git commit, reviewing commit history.
Format commit messages following conventional commits standard. Use when: writing commit messages, git commit, reviewing commit history.
Crafts and generates professional conventional commit messages following Angular/Conventional Commits format.
Conventional Commits message generator from current staged + unstaged changes. Read-only — runs only allowlisted git commands, never commits, never pushes, never adds AI co-author…
Pulls latest code and runs tests until all pass. Use after code review passes to verify changes work correctly. — from tools/tools-misc
Pulls latest code and runs tests until all pass. Use after code review passes to verify changes work correctly."user-invocable: false — from tools/tools-misc
Generate a commit title from staged git changes. Runs git diff --staged and proposes a Conventional Commits-style title.
Commit mesajlarina yapilandirilmis karar trailer'lari ekle. Constraint, Rejected, Confidence, Scope-risk, Not-tested trailer'lari ile karar baglamini koru.
Validates commit messages against Conventional Commits specification using programmatic validation. Replaces the git-conventional-commit-messages text file with a tool that…
Create final git commit with requirement traceability tags (REQ-*). Use after refactor-phase to finalize TDD cycle with proper requirement linkage for bidirectional traceability.
Create single atomic commit with proper message format, issue linking, and pre-commit hook validation for WescoBar workflows
Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits).
Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits).
Prepare and execute safe two-step Git commits in Codex by drafting a commit message, requesting explicit user approval, and only then committing.
Use when staging files, writing commits, pushing branches, opening PRs, preparing release notes, or recording worklogs in repositories with local-only docs or careful branch…
Generate commitlint configuration files for enforcing conventional commit messages. Triggers on "create commitlint config", "generate commit lint", "commitlint setup", "commit…
commitlint checks whether git commit messages meet the Conventional Commits specification, enforcing structured formats like type(scope): subject.
Reviews common RMS Go patterns including caching, retry logic, enums, and unmarshalling. Use when implementing utility patterns, seeing repeated boilerplate, or reviewing pattern…
Writes a YouTube Community tab post to promote a new upload, tease upcoming content, or spark conversation — matched to the channel's voice.
Generates business/company names across 10 categories (Descriptive, Metaphoric, Invented, Founder-based, Acronym, Compound, Foreign, Playful, Geographic, Legacy) with USPTO…
Quickly compare responses from different LLM models side-by-side. Use when exploring model behavior, comparing finetuned models to base models, testing prompts across models, or…
产品对比表生成工具。Markdown/HTML对比表、技术选型、定价对比、功能矩阵、导出。Comparison table generator with Markdown/HTML output, tech comparison, pricing, feature matrix, export.
大模型代码生成任务的自动自检与纠错规则。 在代码输出后强制执行功能自测、单元测试设计和 Linter 检查。 未通过则自动修正并循环,直到全部通过或达到最大迭代次数。 适用于大模型生成或修改代码且要求正确、可测试、规范的场景。 支持 Python、TypeScript、Go、Java,语言规则通过 references 加载。
ZSH completion system patterns and conventions. Use when implementing custom completion handling, writing completion files, or working with zsh autocomplete.
Use when code review needs enforceable limits on branching, nesting, function size, or parameter count. Ratchet budgets through standard linters.
Finds duplicate business logic spread across multiple components and suggests consolidation. Use when asking "where is this logic duplicated?", "find common code between…
Use when the user asks to generate, create, or scaffold a Field — accessible form field wrapper with label, hint, and error message association via aria-describedby.
Generates new React Native components following Ishkul patterns. Creates component with proper TypeScript types, theme integration, variant support, accessibility, and matching…
Use when the user asks to generate, create, or scaffold an Icon — accessible SVG icon wrapper with aria-hidden/aria-label toggle, size variants, and decorative/semantic modes.
Descoberta de componentes UI de bibliotecas externas (badtz-ui, uselayouts, lucide-animated). Tabelas por contexto + perguntas interativas.
Generates clean React/Vue component skeletons with TypeScript types, prop variants, styling hooks, test files, Storybook stories, and usage documentation.
Generates starter component code using design tokens. Creates React/Vue/Svelte components with proper token usage, variants, and accessibility built in.
Zoom Meeting SDK Web - Component View. Embeddable Zoom meeting components with Promise-based API for flexible integration. Ideal for React/Vue/Angular apps and custom layouts.
Best practices for wrapping shadcn/ui components. Apply when creating 8-bit styled variants of existing shadcn/ui components.
Guidance for writing `@kubb/react-fabric` components and generators (React-based and function-based).
Aplicar quando init-project (A4) executar instalação da stack PHP ou quando o usuário pedir adição da stack composer canônica em projeto recém-criado.
Automate Apitemplate IO tasks via Rube MCP (Composio). Always search tools first for current schemas. — from phamlongh230-lgtm/yamtam-engine
Automate AI video generation, avatar browsing, template-based video creation, and video status tracking through HeyGen's platform via Composio — from…
Automate NPM tasks via Rube MCP (Composio). Always search tools first for current schemas. — from phamlongh230-lgtm/yamtam-engine
Performs a full EnergyCenter pre-commit review covering ticket context, architecture fit, rules, verification, staging scope, and commit text.
Erfasst ausgehenden HTTP-Verkehr und Telemetrie eines CLI-Harness zur Laufzeit. Behandelt die Auswahl des Erfassungskanals (Transkriptdatei vs. Verbose-Fetch-stderr vs.