chenmijiang
- 4 skills
- 0 followers
- 5 hours ago last updated
- ▌ Git Commit · chenmijiangCommit changes when the user asks in natural language or invokes /commit; also generate a Conventional Commits message when requested without committing.
- ▌ Testing Quality · chenmijiangTest-case quality rubric — what to test and how to assert it. Use when writing or generating a test, reviewing tests, deciding what is worth testing, choosing what to mock, or diagnosing a brittle/flaky test. Not the TDD process loop (see tdd).
- ▌ Universal Translator · chenmijiangUse when translating documents between languages while preserving style, tone, and cultural context - analyze source style first, then adapt target language naturally
- ▌ Lightweight Explorer · chenmijiangExplore the codebase when the user asks where something lives, how it works, or how a call path or pattern is wired. Read-only; stop once the answer is supported by evidence.