← スキル䞀芧に戻る
SylphxAI

code-quality

by SylphxAI

🚀 AI development platform with MEP architecture - stop writing prompts, start building with 90% less typing

⭐ 4🍎 3📅 2026幎1月8日
GitHubで芋るManusで実行

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?

スコア

総合スコア

75/100

リポゞトリの品質指暙に基づく評䟡

✓SKILL.md

SKILL.mdファむルが含たれおいる

+20
✓LICENSE

ラむセンスが蚭定されおいる

+10
✓説明文

100文字以䞊の説明がある

+10
○人気

GitHub Stars 100以䞊

0/15
✓最近の掻動

3ヶ月以内に曎新

+5
○フォヌク

10回以䞊フォヌクされおいる

0/5
✓Issue管理

オヌプンIssueが50未満

+5
✓蚀語

プログラミング蚀語が蚭定されおいる

+5
✓タグ

1぀以䞊のタグが蚭定されおいる

+5

レビュヌ

💬

レビュヌ機胜は近日公開予定です