
code-quality
by SylphxAI
ð AI development platform with MEP architecture - stop writing prompts, start building with 90% less typing
SKILL.md
name: code-quality description: Code quality - patterns, testing, maintainability. Use for code review.
Code Quality Guideline
Tech Stack
- Runtime: Bun
- Linting/Formatting: Biome
- Testing: Bun test
- Language: TypeScript (strict)
Non-Negotiables
- No TODOs, hacks, or workarounds in production code
- Strict TypeScript with end-to-end type safety (DB â API â UI)
- No dead or unused code
Context
Code quality isn't about following rules â it's about making the codebase a place where good work is easy and bad work is hard. High-quality code is readable, testable, and changeable. Low-quality code fights you on every change.
Don't just look for rule violations. Look for code that technically works but is confusing, fragile, or painful to modify. Look for patterns that will cause bugs. Look for complexity that doesn't need to exist.
Driving Questions
- What code would you be embarrassed to show a senior engineer?
- Where is complexity hiding that makes the codebase hard to understand?
- What would break if someone new tried to make changes here?
- Where are types lying (as any, incorrect generics, missing null checks)?
- What test coverage gaps exist for code that really matters?
- If we could rewrite one part of this codebase, what would have the highest impact?
ã¹ã³ã¢
ç·åã¹ã³ã¢
ãªããžããªã®åè³ªææšã«åºã¥ãè©äŸ¡
SKILL.mdãã¡ã€ã«ãå«ãŸããŠãã
ã©ã€ã»ã³ã¹ãèšå®ãããŠãã
100æå以äžã®èª¬æããã
GitHub Stars 100以äž
3ã¶æä»¥å ã«æŽæ°
10å以äžãã©ãŒã¯ãããŠãã
ãªãŒãã³Issueã50æªæº
ããã°ã©ãã³ã°èšèªãèšå®ãããŠãã
1ã€ä»¥äžã®ã¿ã°ãèšå®ãããŠãã
ã¬ãã¥ãŒ
ã¬ãã¥ãŒæ©èœã¯è¿æ¥å ¬éäºå®ã§ã

