From reload-instructions
Updates AI instruction submodules to the latest version and reloads ROOT_INSTRUCTION
npx claudepluginhub dobachi/claude-skills-marketplace --plugin reload-instructionsThis skill uses the workspace's default tool permissions.
> **Language:** Respond in the user's language. If unclear, default to the language of the user's message.
Guides strict Test-Driven Development (TDD): write failing tests first for features, bugfixes, refactors before any production code. Enforces red-green-refactor cycle.
Guides systematic root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Guides A/B test setup with mandatory gates for hypothesis validation, metrics definition, sample size calculation, and execution readiness checks.
Language: Respond in the user's language. If unclear, default to the language of the user's message.
Updates the AI instruction system to the latest version and reloads ROOT_INSTRUCTION.
Update submodule
git submodule update --remote instructions/ai_instruction_kits
Verify update
echo "AI instruction system updated"
git submodule status instructions/ai_instruction_kits
Load ROOT_INSTRUCTION
Loads instructions/ai_instruction_kits/instructions/ja/system/ROOT_INSTRUCTION.md.
/reload-instructions
No arguments required. Fetches the latest AI instruction system and displays the ROOT_INSTRUCTION content.