Cicd Verification
Use when verifying that CI/CD pipelines trigger correctly and all build steps pass after code push. Triggered after merging to main, updating workflow files, or when release readiness depends on green pipeline status.
Bug Fix
Use when a bug list exists with reproduction steps and code fixes are required. Triggered by failed regression tests, user-reported defects, or when P0/P1 bugs block release.
Coros Activity Downloader
下载COROS跑步活动FIT文件,支持去重
Requirements Analysis
Use when business requirements are vague or ambiguous and need to be translated into quantifiable, testable acceptance criteria. Triggered when starting a new feature, planning an iteration, or when existing requirements lack clear MVP prioritization.
Fix Ci
Use when GitHub Actions workflow fails and the error appears to be configuration-related rather than business logic. Triggered by YAML syntax errors, missing actions, permission issues, or environment setup failures.