機能: dango-seo役を追加 + インストールをスキル選択式に拡張 - #16
Merged
Merged
Conversation
SEO/AIO観点(メタ情報・構造化データ・robots/sitemap・AIクローラ対応)を 点検/生成する新役割 dango-seo を追加。dango-review/dango-legalと同様に sections/*.md へ観点を分割し、dango-run のゲートには繋げず単発利用とした。 bin/install.mjs は --only=a,b フラグとTTY対話選択に対応し、選んだ役割だけが ~/.claude/CLAUDE.md の役割ガイドにも反映されるようテンプレートを行単位で フィルタする(非対話環境では従来どおり全役割を導入)。 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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
dango-seoを追加。dango-review/dango-legalと同じパターンでsections/*.mdに5観点を分割。dango-runのゲートには接続せず単発利用とした。bin/install.mjsに--only=a,bフラグとTTY対話選択を追加。選んだ役割だけが~/.claude/CLAUDE.mdの役割ガイドにも反映されるよう、注入テンプレートを行単位でフィルタする(非対話環境では従来どおり全役割を導入し後方互換を維持)。Test plan
node bin/validate.mjs— SKILL.md体裁・sections参照を検証(8役割でOK)node bin/install.mjs --only=dango-review,dango-seoを実行し、リンクとCLAUDE.md注入が選択どおりにフィルタされることを確認--onlyに渡した場合にエラー終了することを確認node bin/uninstall.mjsが部分導入でも正しく動作することを確認~/.claude/に反映し、/reload-skillsでdango-seoが認識されることを確認🤖 Generated with Claude Code