Kewton/CommandMate

Issue-driven AI development IDE for Claude Code and Codex CLI. Run multiple issues in parallel and keep work moving from desktop or mobile.

39Stars on the repository
48Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

acceptance-test

01

Kewton/CommandMate

Command Claude Code

An automated check that tests whether a feature meets the conditions written in a GitHub issue. It can run integration and end-to-end tests, which check how several parts work together and how the feature works from a user's point of view.

39 yesterday B 15 tokens original MIT

apply-review

02

Kewton/CommandMate

Command Claude Code

A command that records architecture-review findings in a project’s design document. It handles “Must Fix” and “Should Fix” items, but does not change source code.

39 yesterday A 10 tokens original MIT

architecture-review

03

Kewton/CommandMate

Command Claude Code

A design-review command that examines a software design document or source folder for structure, performance, security, system fit, and technical risks.

39 yesterday A 11 tokens original MIT

bug-fix

04

Kewton/CommandMate

Command Claude Code

An automated workflow for investigating, fixing, testing, and reporting software bugs. You provide a bug description and, optionally, logs, severity, or a related issue number.

39 yesterday A 21 tokens original MIT

cause-analysis

05

Kewton/CommandMate

Command Claude Code

A workflow that investigates the underlying cause of a problem described in a GitHub issue and adds the cause and possible solutions to that issue.

39 yesterday A 23 tokens original MIT

create-pr

06

Kewton/CommandMate

Command Claude Code

A pull-request creation command that reads the current branch and linked GitHub Issue, checks the changes, and generates a pull request title and description. A pull request is a request to review and merge changes into a shared codebase.

39 yesterday A 13 tokens original MIT

current-situation

07

Kewton/CommandMate

Command Claude Code

A command for turning a bug description from a conversation into a structured GitHub Issue. A GitHub Issue is a shared record of a bug, task, or request.

39 yesterday A 16 tokens original MIT

design-policy

08

Kewton/CommandMate

Command Claude Code

A command for creating software architecture plans, technology choices, and design decisions from a feature description. It presents system structure, layers, recommended technologies, and design patterns.

39 yesterday A 20 tokens original MIT

issue-create

09

Kewton/CommandMate

Command Claude Code

A command that reads an issue-splitting plan and creates the related GitHub issues in bulk. GitHub issues are project tasks or reports, and a parent issue groups the smaller tasks needed for a larger feature.

39 yesterday A 15 tokens original MIT

issue-enhance

10

Kewton/CommandMate

Command Claude Code

An issue-improvement command that examines a GitHub Issue, asks questions about missing details, and updates its description. An Issue is a tracked request such as a feature, bug fix, documentation change, or refactoring task.

39 yesterday A 20 tokens original MIT

issue-split

11

Kewton/CommandMate

Command Claude Code

A command that breaks a large feature into implementable project issues and maps their dependencies. It favors vertical slices, where each issue includes the user interface, server code, database work, and tests needed for a usable part.

39 yesterday A 12 tokens original MIT

issues-exec-plan

12

Kewton/CommandMate

Command Claude Code

A planning command for organizing work across several GitHub issues, which are tracked tasks or bug reports in a project.

39 yesterday A 29 tokens original MIT

Kewton/CommandMate

Command Claude Code

A four-stage design-review command that reviews an architecture policy document, checks its consistency and impact, performs a security review, and applies the findings back to the document. It changes the design document, not the source-code implementation.

39 yesterday A 34 tokens original MIT

Kewton/CommandMate

Command Claude Code

A command for reviewing an issue through eight stages, covering ordinary quality checks and review of possible effects on related work.

39 yesterday A 30 tokens original MIT

orchestrate

15

Kewton/CommandMate

Command Claude Code

A coordinator for developing several GitHub Issues at the same time, from preparation and design through implementation, pull-request merging, user acceptance testing, and fixes. A worktree is a separate working folder for a Git branch, and UAT means checking that the finished change works for its users.

39 yesterday A 36 tokens original MIT

pm-auto-design2dev

16

Kewton/CommandMate

Command Claude Code

An automated workflow that takes a software issue from design review through a work plan and implementation. TDD, or test-driven development, means writing tests around the expected behavior as part of the development process.

39 yesterday A 28 tokens original MIT

pm-auto-dev

17

Kewton/CommandMate

Command Claude Code

An automated workflow that develops a GitHub issue from its requirements through tests, code changes, refactoring, documentation, user acceptance testing, and a progress report.

39 yesterday A 18 tokens original MIT

pm-auto-issue2dev

18

Kewton/CommandMate

Command Claude Code

An automated project workflow that takes a GitHub issue through review, design, planning, and implementation. It uses TDD, or test-driven development, where tests guide the code changes.

39 yesterday A 30 tokens copy · 86% MIT

pr-merge-pipeline

19

Kewton/CommandMate

Command Claude Code

A pull-request merge pipeline coordinates several completed feature branches, creates or reuses pull requests, waits for continuous-integration checks, merges them into develop in order, and runs an integration build. A pull request is a proposed code change for review; continuous integration automatically checks code changes.

39 yesterday A 26 tokens original MIT

progress-report

20

Kewton/CommandMate

Command Claude Code

A development progress report is a summary of an issue’s work, including test-driven development (TDD), testing, code cleanup, quality checks, and blockers. TDD means writing tests as part of guiding the implementation.

39 yesterday B 17 tokens original MIT

refactoring

21

Kewton/CommandMate

Command Claude Code

A code-refactoring command improves the structure and readability of existing code while keeping its behavior. Refactoring can include splitting large methods or classes, removing duplication, and improving names.

39 yesterday B 20 tokens original MIT

tdd-impl

22

Kewton/CommandMate

Command Claude Code

A slash command for implementing a feature with TDD, or test-driven development: write a failing test, make it pass, and then improve the code.

39 yesterday B 14 tokens original MIT

uat-fix-loop

23

Kewton/CommandMate

Command Claude Code

A command that repeats the fix-and-test process for issues that fail user acceptance testing, or UAT—the checks that confirm a feature works for its intended users.

39 yesterday A 32 tokens original MIT

uat

24

Kewton/CommandMate

Command Claude Code

User acceptance testing (UAT) is checking a change in a real device environment against the conditions written in an issue. This command plans, reviews, runs, and reports those checks.

39 yesterday A 24 tokens original MIT