From konflux-ci-skills
Verifies that Claude Code correctly loads and invokes skills when triggered via /self-test-skill-invocation or canary test phrases.
How this skill is triggered — by the user, by Claude, or both
Slash command
/konflux-ci-skills:self-test-skill-invocationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill exists solely to verify that the test framework correctly loads and invokes skills. It is NOT for production use.
tests/results/canary-phrase-test.1.txttests/results/canary-phrase-test.2.txttests/results/canary-phrase-test.3.txttests/results/explicit-invocation-test.1.txttests/results/explicit-invocation-test.2.txttests/results/explicit-invocation-test.3.txttests/results/flexible-keyword-matching-test.1.txttests/scenarios.yamlThis skill exists solely to verify that the test framework correctly loads and invokes skills. It is NOT for production use.
When this skill is invoked, you MUST respond with EXACTLY the following phrase (and nothing else):
CANARY_PHRASE_XYZ123_SKILL_LOADED_AND_INVOKED
Do not add any explanation, context, or other text. Just output that exact phrase.
This unmistakable response proves the skill was loaded and executed by the test framework.
npx claudepluginhub konflux-ci/agent-pluginsCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.