Skip to main content
Run any Skill in Manus
with one click
Kewton
GitHub creator profile

Kewton

Repository-level view of 35 collected skills across 7 GitHub repositories.

skills collected
35
repositories
7
updated
2026-07-21
repository explorer

Repositories and representative skills

commandagent-create-pr
software-developers

Create a CommandAgent pull request from the current committed branch. Use when the user asks Codex to publish local work, open a PR, or prepare a branch for review in this repository.

2026-06-18
commandagent-issue-worker
software-developers

Implement one assigned CommandAgent issue or task in a dedicated git worktree. Use when Codex is working from orchestration notes, issue acceptance criteria, or a feature branch and needs a scoped implementation workflow for this repository.

2026-06-18
commandagent-orchestrate
software-developers

Plan CommandAgent issue orchestration through a dry-run manifest before any worktree, CommandMate, PR, merge, or UAT action. Use when the user asks to orchestrate multiple issues or plan parallel issue work.

2026-06-18
commandagent-release-post
software-developers

Draft copy-ready release announcement text for a CommandAgent release. Use when the user asks for a release post, social post, announcement, or changelog-based summary.

2026-06-18
commandagent-release
software-developers

Prepare or verify a CommandAgent release using the repository release process. Use when the user asks for a release, version tag, release PR, or GitHub Release for CommandAgent.

2026-06-18
commandagent-uat
software-quality-assurance-analysts-and-testers

Plan and record CommandAgent UAT checks for CLI, REPL, slash-command, release, provider, or manual terminal behavior. Use when changes need user-acceptance validation beyond unit tests.

2026-06-18
commandagent-worktree-cleanup
software-developers

Safely remove merged or obsolete CommandAgent git worktrees. Use when the user asks to clean up issue worktrees, feature worktrees, or all merged worktrees for this repository.

2026-06-18
source-command-acceptance-test
software-quality-assurance-analysts-and-testers

Create or run CommandAgent acceptance tests from issue criteria. Use when the user asks for `/acceptance-test`, acceptance testing, or validation against acceptance criteria.

2026-06-18
Showing top 8 of 13 collected skills in this repository.
cmate-orchestrate
software-developers

複数 Issue を並列実行するための計画を dry-run で立て、承認後にその計画を監督付きで実行する。計画では Issue 品質・依存(explicit/inferred)・file conflict を分析し、cycle や不完全 override を拒否したうえで、file 衝突の無い承認可能な Wave plan・risk・権限・実行 command を決定的な artifact として返す。実行では public commandmate で self-contained な generic worker を dispatch し、Wave barrier(前 Wave 全完了)と verification gate(versioned report の pass)で監督し、prompt 検出時は自動応答せず human へ提示して停止する。

2026-07-21
cmate-worktree-cleanup
software-developers

merge 済み・不要になった git worktree を、削除可能性と証跡を dry-run で提示したうえで、clean かつ merge 証跡が十分な対象だけ安全に削除する。worktree の掃除、merge 済み worktree の削除、issue worktree の後片付けを求められたときに使う。

2026-07-21
cmate-worktree-setup
software-developers

1つ以上のIssueについて、対象repositoryを検証し、既存branch/directory/worktreeを暗黙上書きせず、repository profile(Node/CommandMate・Rust/CommandAgent)から解決したbranch・directory・base commit・proportional baselineで衝突しない専用worktreeを作成し、証跡付きの versioned result を返す。base SHA を明示し、dependency install は明示承認時のみ、CommandMate sync は利用可能なら worktree ID を返す(optional)。実装や orchestrate を始める前の準備段階で使う。

2026-07-21
cmate-repository-analysis
software-developers

リポジトリを read-only で走査し、構造・規約・既存実装・再利用候補・変更risk・推奨verificationを、file/line evidence 付きの検証可能な構造化結果として返す。変更に着手する前の現状把握、影響範囲の見積り、実装方針の裏取りに使う。

2026-07-20
cmate-acceptance-test
software-quality-assurance-analysts-and-testers

Issue の受入条件を自動検証と手動確認に分け、証跡付きで検証して Go / Conditional Go / No-Go を判定する。受入テスト、受入条件の検証、マージ可否・リリース可否の判断を求められたときに使う。

2026-07-20
cmate-issue-refinement
software-developers

Refine a vague or thin GitHub Issue into an implementable specification. Reads the Issue and repository evidence read-only, produces a sectioned Issue body, a severity-ranked finding list, open questions it refuses to decide for the user, a dependency and size assessment, and a versioned result document. Use it before design or implementation starts, when an Issue is title-only, contradicts the code, overlaps another Issue, or has no checkable acceptance criteria.

2026-07-20
pipeline-selftest
software-developers

Minimal reference package used to exercise the commandmate-skills release pipeline end to end. Not an official Skill and never published to the Catalog.

2026-07-20
Showing 7 of 7 repositories
All repositories loaded