From sdlc-test-plugin
Test command from plugin to validate command loading and execution
How this command is triggered — by the user, by Claude, or both
Slash command
/sdlc-test-plugin:test-command [--verbose]The summary Claude sees in its command listing — used to decide when to auto-load this command
# Test Plugin Command This is a test slash command distributed via the plugin system. ## Purpose Validate that: - Commands can be loaded from plugins - SlashCommand tool can invoke plugin commands - Plugin commands have access to appropriate context ## Arguments - `--verbose` (optional): Provide detailed output about command execution ## Execution When this command is invoked, perform the following: 1. **Confirm Command Loading**: Report that the command was successfully loaded from the sdlc-test-plugin 2. **Environment Check**: Report current working directory and project context 3...
This is a test slash command distributed via the plugin system.
Validate that:
--verbose (optional): Provide detailed output about command executionWhen this command is invoked, perform the following:
plugin-command-test-output.txt with execution details✅ Plugin Command Test Results:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📦 Command Source: sdlc-test-plugin (via plugin system)
📁 Working Directory: [current directory]
🎯 Command Invocation: Successful
Test File Created: plugin-command-test-output.txt
✅ VALIDATION COMPLETE:
- Plugin commands load correctly
- SlashCommand tool can invoke plugin commands
- Plugin commands have project context access
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
/test-commandnpx claudepluginhub zal4dw/claude-plugin-test/add-commandCreates a new slash command file with proper frontmatter and structure in the current plugin directory or specified marketplace plugin. Accepts command name, optional description, and --plugin flag.
/testTests if the autorun plugin is properly loaded and working, confirming plugin functionality in Claude Code.
/create-commandCreates a new slash command by extracting skill requirements, specifying details, implementing the file, generating a testing plan, and self-verifying compliance.
/COMMANDSGuides creation of custom slash commands for Claude Code, covering requirements, file structure, frontmatter fields, best practices, and examples.