skillshub search
skillshub search
Section titled “skillshub search”The search command lets you find skills across all taps that have been added to your system. It matches your query against skill names, descriptions, and tags.
skillshub search <query>The <query> argument is a keyword or phrase to search for. Results are ranked by relevance.
Options
Section titled “Options”| Option | Description |
|---|---|
--tap <name> | Restrict the search to a specific tap. |
--json | Output search results in JSON format. |
Examples
Section titled “Examples”Search for skills related to code review:
skillshub search code-reviewName Description Tapcode-review AI-powered code review assistant brokad/hubpr-reviewer Pull request review automation brokad/hubreview-comments Generate inline review comments acme/skillsSearch within a specific tap:
skillshub search testing --tap brokad/hubName Description Taptest-generator Generate unit tests from source brokad/hubtest-coverage Analyze and improve test coverage brokad/hubOutput results as JSON:
skillshub search refactor --json[ { "name": "refactor-assist", "description": "Guided refactoring suggestions", "tap": "acme/skills", "version": "2.0.0" }]