Stats
Actions
Tags
From tarosky-workflows
Tarosky WordPress開発標準を適用するスキル。PHPファイルの作成・編集時、composer.jsonの変更時、またはコード品質やコーディング規約に関する質問があった場合に自動的にアクティブになります。
How this skill is triggered — by the user, by Claude, or both
Slash command
/tarosky-workflows:tarosky-standardsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
このスキルは、Tarosky の WordPress 開発標準に関するガイダンスを提供します。
このスキルは、Tarosky の WordPress 開発標準に関するガイダンスを提供します。
composer.json を変更しているときTarosky では WordPress Coding Standards (WPCS) をベースに、以下の除外ルールを適用しています:
ファイル名規約の緩和
Generic.Files.LowercasedFilename - PSR-4 オートロードのためWordPress.Files.FileName - クラス名に合わせたファイル名を許可コメント規約の緩和
Squiz.Commenting.FileComment - ファイルヘッダコメント不要Squiz.Commenting.FunctionComment.ParamCommentFullStop - パラメータ説明の句点不要Squiz.Commenting.VariableComment.Missing - 変数コメント不要コーディングスタイルの緩和
WordPress.PHP.DisallowShortTernary.Found - 短縮三項演算子を許可Universal.Arrays.DisallowShortArraySyntax.Found - 短縮配列構文を許可PEAR.Functions.FunctionCallSignature.* - 関数呼び出しの柔軟なフォーマットその他
Squiz.PHP.CommentedOutCode - コメントアウトされたコードを許可WordPress.WP.I18n.MissingTranslatorsComment - 翻訳者コメント不要{
"require-dev": {
"squizlabs/php_codesniffer": "^3.0",
"wp-coding-standards/wpcs": "^3.0",
"phpcompatibility/phpcompatibility-wp": "^2.0",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0"
}
}
{
"scripts": {
"lint": "phpcs --standard=phpcs.ruleset.xml .",
"fix": "phpcbf --standard=phpcs.ruleset.xml ."
}
}
composer lint がエラーなく通ることGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub tarosky/workflows --plugin tarosky-workflows