Back to list
JohnLudlow

feature-implement

by JohnLudlow

0🍴 0📅 Jan 17, 2026

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

Score

Total Score

60/100

Based on repository quality metrics

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

Reviews

💬

Reviews coming soon