← スキル一覧に戻る

feature-implement
by JohnLudlow
⭐ 0🍴 0📅 2026年1月17日
SKILL.md
name: feature-implement description: Perform changes to implement a feature
Feature Implementation
When to use this skill
Use this skill when the user wants the agent to implement a new feature based on a design.
Process inputs
- A detailed design document passing review
- Optionally, a partially completed implementation
Process outputs
- A completed implementation with high test coverage
- If appropriate, unit tests and benchmarks covering the feature
- If appropriate, documentation changes covering the feature
How to implement the feature
- Read the provided feature document and review it for correctness and completeness
- Implement the feature step-by-step until complete
Principles of development
- Respect .editorconfig and other settings
- Prefer var
- Prefer modern C# features
- Prefer fail-fast over carry-on-in-hope
- Minimise warnings and minimise unknown behaviour
- For example, if a possibly-null reference is passed, prefer to add a null check
- Prefer LINQ over rolling-your-own queries and transformations
- Provide a detailed XML comment on all members, describing purpose
- Where these rules prove subobtimal (for example, using LINQ would be slow), provide a comment above the usage explaining why
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です