docs: Update AI agent skill integration instructions#60
Merged
Conversation
「/using-bee を含むプロンプトを入力すると」という誤った記述を、 レシピページの内容と整合するよう「Backlog という単語を含めるだけで スキルが自動トリガーされる」に修正。 https://claude.ai/code/session_01Fj4H7Wd5CNHyDuGLN4VAWL
Coverage Report
File Coverage
|
||||||||||||||||||||||||||||||||||||||
トリガーは特定の単語に限定されるわけではなく、Backlog に関連する 単語であればよい旨をエージェントページ・レシピページの両方に反映。 https://claude.ai/code/session_01Fj4H7Wd5CNHyDuGLN4VAWL
Error → Record<string, unknown> のキャストが TS6 で通らなくなったため unknown 経由のダブルキャストに修正。 https://claude.ai/code/session_01Fj4H7Wd5CNHyDuGLN4VAWL
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
Updated the AI agent integration documentation to clarify how the bee skill is triggered. The previous instructions mentioned using
/using-beein Claude Code, but the new documentation explains that skills are automatically triggered by including "Backlog" in the prompt, and that command syntax details are handled by the skill definition itself.Test plan
N/A - Documentation update only
https://claude.ai/code/session_01Fj4H7Wd5CNHyDuGLN4VAWL