implement-feature

Initialize feature development workflows from GitHub issue specifications.

1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/mamu7211/feirb-mailclient --skill implement-feature-mamu7211
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: implement-feature
Source: https://github.com/mamu7211/feirb-mailclient/tree/main/.claude/skills/implement-feature
Command: npx skills add https://github.com/mamu7211/feirb-mailclient --skill implement-feature-mamu7211

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, dotnet.

What problem does it solve?

This skill automates the repetitive overhead of starting a new feature, including dependency tracking, branch management, and ensuring alignment with project standards.

Core Features & Use Cases

  • Dependency Validation: Automatically checks for open blocking issues before starting work.
  • Standardized Workflow: Enforces consistent branch naming, git hygiene, and project-specific coding conventions.
  • Integration: Seamlessly links implementation to GitHub issues, ensuring PRs are correctly associated for auto-closing.

Quick Start

Invoke the implement-feature skill by providing the specific issue number you wish to begin working on.

Frequently Asked Questions about implement-feature

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate feature branch creation from a GitHub issue?▼

Automating feature branch creation from a GitHub issue requires a tool that reads issue specifications and manages branch initialization. This skill automates that end-to-end workflow, enforcing branch naming conventions and linking the branch directly to the issue.

What is the best way to ensure my pull requests auto-close GitHub issues?▼

To ensure pull requests auto-close GitHub issues, the implementation must be seamlessly linked to the original issue. This skill facilitates consistent commit practices and automated PR generation, correctly associating pull requests for auto-closing.

How do I check for blocking dependencies before starting GitHub feature development?▼

Checking for blocking dependencies before starting GitHub feature development involves validating open issues. This skill provides dependency validation by automatically checking for open blocking issues before initializing the workflow.

Do I need git and gh installed to automate my development workflow?▼

Yes, you need git, gh, and dotnet installed to automate your development workflow. This skill depends on these specific command-line tools to manage repository interactions, GitHub issue tracking, and project builds.

How does standardized git workflow automation handle project-specific coding conventions?▼

Standardized git workflow automation handles project-specific coding conventions by enforcing them during initialization. This skill ensures adherence to project-specific coding and testing standards throughout the feature development process.