スキル一覧に戻る
mway

code-quality

by mway

4🍴 0📅 2026年1月22日
GitHubで見るManusで実行

SKILL.md


name: code-quality description: Code quality and safety standards. Activates when editing or reviewing code. Use for quality priorities, safety checks, and code correctness verification. allowed-tools: ["shell", "read_file", "apply_patch"] metadata: short-description: Enforce code quality and safety

Code Quality

Read these references:

  • references/quality.md - Quality priorities (correctness, safety, performance)
  • references/safety.md - Runtime and security safety guidelines

Instructions

Apply all guidance from references when writing or reviewing code.

Quality Priority Order

Per quality.md:

  1. Correctness - Does it work? Handle all cases?
  2. Safety - Runtime safety (no crashes, race conditions)
  3. Security - No vulnerabilities, input validation
  4. Performance - Efficient use of resources
  5. Maintainability - Clear, consistent, documented

Safety Checks

Per safety.md:

  • Runtime safety: nil checks, bounds checking, race conditions
  • Error handling: All errors checked and handled appropriately
  • Resource management: Proper cleanup, no leaks
  • Input validation: Sanitize and validate all external input
  • Thread safety: Mutex usage, data races, concurrent access

Language-Specific Guidance

For Go projects, also reference:

  • ~/.config/agent/domain/coding/go/style.md
  • ~/.config/agent/domain/coding/go/idioms.md
  • ~/.config/agent/domain/coding/go/concurrency.md
  • ~/.config/agent/domain/coding/go/safety.md

For other languages, check ~/.config/agent/domain/coding/<language>/ if available.

All Steps Blocking

Quality and safety checks are blocking - code must pass all requirements before proceeding. Never compromise on correctness or safety for speed.

スコア

総合スコア

40/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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