Review saved patterns and promote to Skills
/plugin marketplace add yhzion/claude-code-calibrator/plugin install skillfy@claude-code-skillfy# /skillfy review Review saved patterns and promote them to Skills. ## Pre-execution Setup ### Step 0: Dependency and DB Check ## Flow ### Step 1: Query Unpromoted Patterns ### Step 2-A: No Candidates ### Step 2-B: Candidates Found Display the candidates list with selection options: Note: The list should be dynamically generated from the CANDIDATES query result. Wait for user response: - User responds with id(s) (e.g., "12" or "12,15") → Parse and process each PATTERN_ID - User responds "skip" or "cancel" → Exit with message: "No patterns promoted." ### Step 3: Load Pattern D...