CodeGenAgent
01sawadari/requirements-mcp-server
Agent Claude Code
A Japanese-language code-generation agent that analyses GitHub Issues and creates TypeScript implementations using Claude Sonnet 4.
sawadari/requirements-mcp-server
Agent Claude Code
A Japanese-language code-generation agent that analyses GitHub Issues and creates TypeScript implementations using Claude Sonnet 4.
sawadari/requirements-mcp-server
Agent Claude Code
An agent that breaks a GitHub Issue into dependent tasks and coordinates several specialist agents. A dependency graph shows which tasks must finish before others can start.
sawadari/requirements-mcp-server
Agent Claude Code
An automated deployment agent for building, testing, and deploying applications to Firebase hosting and serverless functions.
sawadari/requirements-mcp-server
Agent Claude Code
An issue-analysis agent that classifies GitHub Issues, adds labels, evaluates severity and impact, and assigns responsibility.
sawadari/requirements-mcp-server
Agent Claude Code
An automated pull-request creator for GitHub, the code-hosting service. It creates draft pull requests with standardized titles, summaries, test results, reviewers, labels, and linked issues.
sawadari/requirements-mcp-server
Agent Claude Code
A code-review agent that checks code style, TypeScript errors, leaked secrets, and known security problems, then produces a quality score and review comments. Static analysis means checking source code without running the application.
sawadari/requirements-mcp-server
Command Claude Code
A command that processes one or more GitHub Issues through task breakdown, code generation, quality checks, and draft pull-request creation. A draft pull request is a proposed code change that is waiting for human review.
sawadari/requirements-mcp-server
Command Claude Code
An interactive command for creating a GitHub Issue from a structured template for agent work.
sawadari/requirements-mcp-server
Command Claude Code
Command "deploy" from sawadari/requirements-mcp-server, covering deploy command, 使用方法, パラメータ, 実行内容 and 1. pre-deployment checks.
sawadari/requirements-mcp-server
Command Claude Code
A command that creates project documentation from TypeScript code, including API reference pages, a README, architecture diagrams, and a changelog.
sawadari/requirements-mcp-server
Command Claude Code
A command that sends GitHub Issues to the Miyabi autonomous agent for analysis, code generation, review, testing, and draft pull-request creation.
sawadari/requirements-mcp-server
Command Claude Code
A command that watches GitHub Issues and automatically sends them through analysis, code generation, review, and draft pull-request creation.
sawadari/requirements-mcp-server
Command Claude Code
A project health-check command for Miyabi integrations and their working environment. It checks Node.js, Git, GitHub CLI, authentication, network access, the repository, and Claude Code.
sawadari/requirements-mcp-server
Command Claude Code
A command that creates a new project and GitHub repository, then sets up the project’s agent and Claude Code integration. A repository is the GitHub location where a project’s files and history are stored.
sawadari/requirements-mcp-server
Command Claude Code
A command that reports the state of a Miyabi project, its GitHub Issues, automated workflows, project board, labels, and agents. A project board is a visual list used to track work from backlog to completion.
sawadari/requirements-mcp-server
Command Claude Code
A command that finds TODO, FIXME, HACK, XXX, and NOTE comments in source code and can turn them into GitHub Issues. GitHub Issues are tasks or bug reports tracked alongside a repository.
sawadari/requirements-mcp-server
Command Claude Code
A command that scans dependencies, source code, and project files for security weaknesses and generates a report. Dependencies are external packages your application uses; secrets are credentials such as API keys and passwords.
sawadari/requirements-mcp-server
Command Claude Code
A command that checks a TypeScript project and runs its automated tests. TypeScript is JavaScript with type checking, and automated tests verify that code behaves as expected.
sawadari/requirements-mcp-server
Command Claude Code
Command "tool-check" from sawadari/requirements-mcp-server, covering tool check command, 実行内容, 使用方法, 例 and チェック内容.
sawadari/requirements-mcp-server
Command Claude Code
A command for checking whether a project is set up correctly, compiles, passes its tests, and exposes the expected command-line options. TypeScript is a programming language, and a test suite is a group of automated checks.