Searches pro-workflow learnings database using BM25 full-text search, returning top 10 ranked matches with category, mistake details, and application counts. Supports category and project filters.
From pro-workflownpx claudepluginhub rohitg00/pro-workflow --plugin pro-workflowSearch the pro-workflow learnings database using full-text search (BM25).
/search testing
/search "file paths"
/search git commit
Found 3 learnings matching "testing":
#1 [Testing] Always run tests before commit
Mistake: Pushed broken code
Applied: 5 times
#2 [Testing] Use --related flag to run only affected tests
Mistake: Ran full test suite unnecessarily
Applied: 2 times
#3 [Quality] Mock external APIs in tests
Mistake: Tests failed due to network issues
Applied: 1 time
/search testing category:Quality/search testing project:my-app/learn - Add a new learning to the database/list - List all learnings (no search filter)/stats - Show learning analytics (coming soon)Trigger: Use when user asks "how did I handle...", "what was the rule for...", or needs to recall a past learning.