cmate-verify
01Skill Claude CodeCodex
A repository verification runner that records required checks such as linting, type checking, tests, and builds in a YAML file.
Skill Claude CodeCodex
A repository verification runner that records required checks such as linting, type checking, tests, and builds in a YAML file.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Command Claude Code
A planning command for organizing work across several GitHub issues, which are tracked tasks or bug reports in a project.