- 7 skills
- 0 followers
- 2 days ago last updated
- ▌ Readme I18N · u9401066-copilot-capability-managerMaintain multilingual README versions (English primary, Chinese translation). LOAD THIS SKILL WHEN: User says "翻譯", "translate", "i18n", "多語言", "中英文" | README.md changes | need bilingual docs. CAPABILITIES: Sync README.md and README.zh-TW.md, terminology consistency, section alignment, translation quality.
- ▌ Code Refactor · u9401066-copilot-capability-managerProactively detect and execute code refactoring to maintain DDD architecture and code quality. LOAD THIS SKILL WHEN: Code file exceeds 200 lines | function exceeds 30 lines | User says "refactor", "重構", "拆分", "模組化", "太長" | cyclomatic complexity > 10 | deeply nested code. CAPABILITIES: Extract Method, Extract Class, Split Module, Replace Conditional with Polymorphism, DDD architecture compliance.
- ▌ Git Precommit · u9401066-copilot-capability-managerPre-commit workflow orchestrator for Git operations. LOAD THIS SKILL WHEN: User wants to "commit", "push", "submit" code | says "準備提交", "要 commit 了", "git push" | before any git operation | preparing code for review. ORCHESTRATES: Memory Bank sync → README update → CHANGELOG update → ROADMAP update → Architecture check → Commit message.
- ▌ Report Writing · u9401066-copilot-capability-managerComplete report writing capability combining reading, note-taking, validation, and formatting. LOAD THIS SKILL WHEN: User needs "寫報告", "write report", "整理成報告", "產出文件" | has source materials to summarize | creating academic document. CAPABILITIES: PDF reading, structured notes, content validation, format checking. COMPOSITE SKILL: Combines pdf-reader + note-writer + content-validator + report-formatter.
- ▌ Test Generator · u9401066-copilot-capability-managerGenerate comprehensive test suites following the test pyramid: static analysis → unit → integration → E2E. LOAD THIS SKILL WHEN: User says "寫測試", "test", "測試", "TG", "coverage", "覆蓋率", "pytest", "unittest", "驗證" | wants test generation | asks about testing strategy | needs coverage report | code review requires tests | before release/deployment. CAPABILITIES: pytest configuration, mypy/ruff/bandit static analysis, parametrized tests, fixtures/conftest, async testing, httpx API tests, Playwright E2E, coverage reports (pytest-cov), CI integration, test data factories (factory-boy/faker).
- ▌ Git Doc Updater · u9401066-copilot-capability-managerAuto-check and update key documentation before Git commits to keep docs in sync with code. LOAD THIS SKILL WHEN: Before git commit/push | User says "準備提交", "sync docs", "發布", "release" | code changes affect documentation. CAPABILITIES: Update README, CHANGELOG, ROADMAP, ARCHITECTURE, Memory Bank; minimal changes; semantic versioning; Keep a Changelog format.
- ▌ Memory Checkpoint · u9401066-copilot-capability-managerExternalize detailed memory to Memory Bank before conversation summarization to prevent context loss. LOAD THIS SKILL WHEN: Conversation exceeds 10 turns | completing major features | User says "checkpoint", "存檔", "記一下", "先記著" | before leaving or pausing work. CAPABILITIES: Batch update all Memory Bank files (activeContext, progress, decisionLog, architect); preserve file paths and decisions.