Merged
Conversation
redmine-cli の update-issue / delete-issue コマンドを活用した 対話的なチケット更新・削除・コメント記入スキルを追加。 名称→ID解決、現在状態の表示、削除時の再確認フローを含む。 Refs #13
- プラグインバージョンを 2.1.1 → 2.2.0 に更新 - redmine/README.md に update スキルの使い方・機能一覧を追記 - ルート README.md に update スキルの説明を追記 - 制約事項を「更新・削除は未対応」から「カスタムフィールド操作は未対応」に変更
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
チケット
Why
redmine-cli に update-issue / delete-issue コマンドが追加される(chippy-ao/redmine-cli#27)ため、それを活用した対話的な更新・削除・コメント記入スキルが必要。
What
As Is
To Be
redmine:updateスキルを追加(更新・削除・コメント記入を対話的に支援)Where
redmine/skills/update/SKILL.md— 新規スキル定義redmine/.claude-plugin/plugin.json— バージョン更新redmine/README.md— 使い方・機能一覧・制約更新README.md— ルート README の説明更新How
createスキルのフロー構成を踏襲(前提チェック→プロファイル選択→対象特定→確認→実行→結果表示)