feature-implement | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / feature-implement

feature-implement

maintained by JohnLudlow

star 0 account_tree 0 verified_user MIT License
bolt View GitHub

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

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 0
GitHub Forks 0
Created Jan 2026
Last Updated 4 months ago
tools tools automation tools

Related Skills

specs-gen
chevron_right
glm-coding-agent
chevron_right
feature-dev
chevron_right
creating-pr
chevron_right
reviewing-pr
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.