Merged
Conversation
- README の Windows セクションに sysdm.cpl での PATH 設定手順を追加 - Claude Code でのターミナル再起動の注意点を明記 - 全6スキルの Windows 案内を README への参照に統一(DRY)
フリーフォーマットのファイル(txt/md/yaml等)からチケット情報を Claude が 意味解釈し、redmine-cli create-issue をループ実行して一括作成する。 親子チケットの階層構造にも対応し、エラー時はスキップして続行する。 Closes #11
- 機能一覧テーブルと使い方セクションに一括作成スキルの説明を追記 - プラグインバージョンを 2.4.0 に更新
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.
Summary
redmine/skills/batch-create/SKILL.mdを新規追加 — フリーフォーマット(txt/md/yaml 等)のファイルからチケット情報を読み取り、redmine-cli で一括作成するスキル。親子チケットの階層構造に対応し、実行前の確認フローを内包するredmine/README.mdに使い方セクションと機能一覧行を追加し、plugin.jsonのバージョンを 2.3.0 → 2.4.0 に更新Commits
feat(redmine): ファイルからチケットを一括作成するスキルを追加docs(redmine): README と plugin.json に batch-create スキルを追加style(redmine): 機能一覧テーブルで batch-create を create の直後に配置(Note:
docs(redmine): Windows向けPATH設定ガイドを充実も本ブランチに含まれます)Test plan
redmine/skills/batch-create/SKILL.mdが追加されていることredmine/README.mdに batch-create の使い方・機能一覧が反映されていることredmine/.claude-plugin/plugin.jsonのバージョンが 2.4.0 になっていること