원클릭으로
search-fixes
Search the knowledge base for known fixes related to test failures
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Search the knowledge base for known fixes related to test failures
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| 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