Refine Execute banner
classmethod classmethod

Refine Execute

Development community

Description

--- description: refine-planが作成したplanファイルに従い、修正・テスト・確認を実施します。テストケースの変更、実装修正、ビルド確認、テスト実行、セキュリティーチェック、差分レビューを行います。 allowed-tools: Read, Glob, Grep, Edit, Write, Task, Bash(git:*), Bash(npm:*), Bash(npx:*), Bash(pnpm:*), Bash(yarn:*), Bash(python:*), Bash(pytest:*), Bash(go:*), Bash(cargo:*), Bash(make:*) argument-hint: "<planファイルのパス>" --- refine-planで作成したplanファイルを読み込み、修正・検証・確認を順番に実施します。テストケースの修正・実装修正・ビルド確認・テスト実行・セキュリティーチェック・差分レビューをすべて完了させます。 # context planファイルパス=$1 ベースディレクトリ="" 修正種別="" 修正対象ファイルリ

Installation

Installs to ~/.claude/skills/classmethod-tsumiki-refine-execute/SKILL.md

Terminal
mkdir -p ~/.claude/skills/classmethod-tsumiki-refine-execute && curl -fsSL https://raw.githubusercontent.com/classmethod/tsumiki/HEAD/commands/refine-execute.md -o ~/.claude/skills/classmethod-tsumiki-refine-execute/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository