with one click
search-fixes
Search the knowledge base for known fixes related to test failures
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Search the knowledge base for known fixes related to test failures
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | search-fixes |
| description | Search the knowledge base for known fixes related to test failures |
| user-invocable | true |
Search the houston knowledge base for previously verified fixes that match current test failures.
/search-fixes <query-or-context-file>
Examples:
/search-fixes "NoSuchElementException Recommendations tab"/search-fixes "422 Unprocessable Entity"/search-fixes resources/analysis/proton_ipv4_sat-stream-rhel9-Insights-Advisor/35/context.mdIf the argument is a plain string (not a file path), run:
houston search "<query>" 2>&1
Print the results to the user.
If the argument is a path to a context file (ends in .md and exists on disk):
Read the context file to extract failure information (error types, exception messages, test names).
For each unique error pattern, run a search:
houston search "<error-pattern>" 2>&1
Good search queries to extract from failures:
NoSuchElementException)Recommendations tab)test_iop_recommendations_host_details_e2e)Insights-Advisor)Remind the user that they can record working fixes to grow the knowledge base:
houston feedback <recommendation-id> --worked
Full pipeline — gather failures, analyze, and search for known fixes
Analyze a context file of test failures and produce a fix report
Compare two builds and report new vs recurring failures
Fetch Jenkins build failures and generate a context file for analysis
Import a verified fix from a merged PR into the knowledge base