Kewton

48 mods across 1 repository, 39 stars between them.

cmate-verify

01

Kewton/CommandMate

Skill Claude CodeCodex

A repository verification runner that records required checks such as linting, type checking, tests, and builds in a YAML file.

39 yesterday A 106 tokens original MIT

demo-video

02

Kewton/CommandMate

Skill Claude CodeCodex

A tool for automatically producing 30-second Japanese and English demo videos of CommandMate. It records scripted terminal sessions, adds captions, combines the footage, and checks the final length.

39 yesterday A 84 tokens original MIT

video-to-gif

03

Kewton/CommandMate

Skill Claude CodeCodex

A tool that turns recorded MP4, WebM, or MOV videos into GIF files that play in GitHub’s Markdown viewer. It can reduce the output until it fits a chosen byte limit.

39 yesterday A 113 tokens original MIT

Kewton/CommandMate

Agent Claude Code

Acceptance test specialist. MUST BE USED when PM Auto-Dev requests acceptance testing for an issue. Reads context from acceptance-context.json and outputs acceptance-result.json. Verifies all acceptance criteria are met.

39 yesterday B 45 tokens original MIT

Kewton/CommandMate

Agent Claude Code

Issue update specialist. MUST BE USED when user requests to apply Issue review findings. Reads context from apply-issue-review-context.json and outputs apply-issue-review-result.json. Updates GitHub Issue content based on review findings.

39 yesterday B 51 tokens original MIT

apply-review-agent

06

Kewton/CommandMate

Agent Claude Code

Design policy update specialist. MUST BE USED when user requests to apply architecture review findings to design policy. Reads context from apply-review-context.json and outputs apply-review-result.json. Updates design policy documents based on must-fix and should-fix items from review.

39 yesterday B 56 tokens original MIT

Kewton/CommandMate

Agent Claude Code

Architecture review specialist. MUST BE USED when PM Auto-Dev or user requests architecture review. Reads context from review-context.json and outputs review-result.json. Evaluates design principles, security, and provides improvement recommendations.

39 yesterday A 47 tokens original MIT

investigation-agent

08

Kewton/CommandMate

Agent Claude Code

Bug investigation specialist. MUST BE USED when PM Bug Fix requests bug investigation. Reads context from investigation-context.json and outputs investigation-result.json. Analyzes error logs, identifies root cause, and recommends solutions.

39 yesterday A 45 tokens original MIT

issue-review-agent

09

Kewton/CommandMate

Agent Claude Code

Issue review specialist. MUST BE USED when user requests to review Issue content. Reads context from issue-review-context.json and outputs issue-review-result.json. Evaluates consistency, correctness, and impact scope of Issue descriptions.

39 yesterday B 47 tokens original MIT

Kewton/CommandMate

Agent Claude Code

Progress reporting specialist. MUST BE USED when PM Auto-Dev requests progress report generation. Reads context from progress-context.json and outputs progress-report.md. Summarizes all phase results and suggests next steps.

39 yesterday B 45 tokens original MIT

refactoring-agent

11

Kewton/CommandMate

Agent Claude Code

Code refactoring specialist. MUST BE USED when PM Auto-Dev requests code refactoring for quality improvement. Reads context from refactor-context.json and outputs refactor-result.json. Applies SOLID principles and design patterns.

39 yesterday B 49 tokens original MIT

tdd-impl-agent

12

Kewton/CommandMate

Agent Claude Code

TDD (Test-Driven Development) implementation specialist. MUST BE USED when PM Auto-Dev requests TDD implementation for an issue. Reads context from tdd-context.json and outputs tdd-result.json. Follows Red-Green-Refactor cycle strictly.

39 yesterday B 59 tokens original MIT

acceptance-test

13

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

14

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

15

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

16

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

17

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

18

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

19

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

20

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

21

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

22

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

23

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

24

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