Total Skills
2
Skills published by sadpandajoe with real stars/downloads and source-aware metadata.
Total Skills
2
Total Stars
2
Total Downloads
0
Comparison chart based on real stars and downloads signals from source data.
qa
1
cherry-pick
1
Use when triaging a bug report, validating that a fix actually resolved the user-visible problem, assessing the impact of a code change, discovering use cases for a feature, expanding regression scenarios, executing a manual test plan against a real environment, or filing a clean bug report. Trigger phrases include "triage", "validate the fix", "what should we test", "smoke test", "use cases", "regression scenarios", "file a bug". Do NOT use for writing automated test code (use testing/), reviewing test code quality, technical plan review, or code-quality review.
Use when the user asks to cherry-pick, backport, port a fix, or apply commits/PRs onto another branch. Covers safety gates, scope-leak detection, adaptation, and per-change validation. Do NOT use for ordinary same-branch bug fixes, broad refactors, dependency upgrades, or behavior-changing rewrites without an explicit cross-branch move.