By tarosky
Claude Code plugin for Tarosky WordPress development workflows - provides slash commands for setting up WPCS, ESLint, Stylelint, PHPUnit, and CI
WordPressテーマ&プラグイン開発の共通ワークフローです。Taroskyのオーガニゼーションで共有しています。
ドキュメントはWikiをご覧ください。
プロジェクトまたはテーマを開始するときに、boilerplate内にあるファイルを作成します。
curl -L https://raw.githubusercontent.com/tarosky/workflows/main/setup.sh | bash
詳細はWikiをご覧ください。
このリポジトリには、GitHub管理を効率化するためのCLIツール ts-workflow が含まれています。
このリポジトリをクローンします:
git clone https://github.com/tarosky/workflows.git
bin ディレクトリにパスを通します:
# ~/.bashrc または ~/.zshrc に追加
export PATH="/path/to/workflows/bin:$PATH"
設定を反映させます:
source ~/.bashrc # または source ~/.zshrc
ts-workflow <サブコマンド> [オプション]
注意: アーカイブされたリポジトリや無効化されたリポジトリは自動的にスキップされます。
特定のラベル(トピック)がついたリポジトリすべてに同じ内容のイシューを登録します。
ts-workflow create-issues --label <ラベル> --title <タイトル> [オプション]
オプション:
--label <ラベル>: リポジトリをフィルタリングするラベル/トピック(必須)--title <タイトル>: イシューのタイトル(必須)--body <本文>: イシューの本文--body-file <ファイル>: イシューの本文をファイルから読み込む--issue-labels <ラベル>: イシューに付けるラベル(カンマ区切り)--assignee <アサイン先>: イシューのアサイン先(ユーザー名またはチーム名、例: tarosky/maintainers)。チーム名を指定した場合、そのチームのメンバー全員にアサインされます。--org <組織名>: 特定の組織のリポジトリのみを対象にする--dry-run: 実際に変更を加えずに実行内容を表示--help: ヘルプを表示※ラベルを指定した場合、そのラベルは存在している必要があります。後述する sync-labels で同じラベルを先に作っておくとよいでしょう。
特定のラベル(トピック)がついたリポジトリのラベルを共通化します。
ts-workflow sync-labels --label <ラベル> --source <ソースリポジトリ> --org <組織名> [オプション]
オプション:
--label <ラベル>: リポジトリをフィルタリングするラベル/トピック(必須)--source <ソースリポジトリ>: ラベルのコピー元リポジトリ(必須、形式: owner/repo)--org <組織名>: 特定の組織のリポジトリのみを対象にする(必須)--label-filter <フィルタ>: 特定のラベルのみを同期(glob パターン)--dry-run: 実際に変更を加えずに実行内容を表示--help: ヘルプを表示gh) がインストールされていることgh コマンドで GitHub に認証済みであることjq コマンドがインストールされていること© 2023 Tarosky INC
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub tarosky/workflows --plugin tarosky-workflowsGit workflow management with feature branches, releases, and hotfix flows
GitHub Actions CI/CD - workflows, authentication, inspection
A plugin to create a new WordPress plugin
GitHub repository automation (CI/CD, issue templates, Dependabot, CodeQL). Use for project setup, Actions workflows, security scanning, or encountering YAML syntax, workflow configuration, template structure errors.
Git and PR workflows with code review, onboarding, and PR enhancement
WordPress skills and commands for Claude Code