スキル一覧に戻る
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ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

レビュー機能は近日公開予定です