Agent skill
test-plugin
Run comprehensive plugin validation test suite
Install this agent skill to your Project
npx add-skill https://github.com/blueraai/bluera-knowledge/tree/main/skills/test-plugin
SKILL.md
Test Plugin
Comprehensive test of all Bluera Knowledge plugin functionality covering the full API surface.
API Coverage
| Category | Tests |
|---|---|
| MCP execute commands | help, commands, stores, store:create, store:info, store:index, store:delete, stores:health, stores:check-models, stores:sync, stores:pull, jobs, job:status, job:cancel |
| MCP tools | search, get_full_context |
| Slash commands | stores, search, suggest, check-status, skill-activation, index, add-folder, health, sync |
| Web crawling | crawl (start job, verify status, cancel) |
| Hooks | PostToolUse, UserPromptSubmit, SessionStart |
Mode Detection
Check if --dev flag is present in: $ARGUMENTS
| Scenario | Command | Tests |
|---|---|---|
| Plugin loaded (default) | /test-plugin |
38/38 (full suite) |
Development (--dev) |
/test-plugin --dev |
29/38 (no slash cmds) |
Context
!echo "=== BK Plugin Test ===" && ls -la .bluera/bluera-knowledge/ 2>/dev/null || echo "No BK data dir yet (will be created)"
Test Procedures
Detailed test steps for each mode: references/test-procedures.md
Output Format
Detailed output format and error recovery: references/output-format.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
when-to-query
When to use BK vs Grep/Read for current project
sync
Sync stores from definitions config (bootstrap on fresh clone)
ui
Launch the admin web UI to browse stores, search, and manage knowledge
stores
List all indexed library stores
index
Re-index a knowledge store
search-optimization
Optimize BK search with intent, detail level, and store filtering
Didn't find tool you were looking for?