create-feature

Create GitHub Feature issues linked to parent Epics with FN.x naming.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/ajrmooreuk/pfi-w4m-dev --skill create-feature-ajrmooreuk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-feature
Source: https://github.com/ajrmooreuk/pfi-w4m-dev/tree/main/azlan-github-workflow/skills/create-feature
Command: npx skills add https://github.com/ajrmooreuk/pfi-w4m-dev --skill create-feature-ajrmooreuk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of correctly formatted Feature issues and links them to a parent Epic in your GitHub workflow.

Core Features & Use Cases

  • Identify the parent Epic and resolve its number from user input or repository data.
  • Calculate the next Feature sequence under the Epic and format the title as FN.x: <title>.
  • Gather necessary details (title, acceptance criteria) and create the issue with appropriate labels and body structure.
  • Update the parent Epic's Features checklist when possible.

Quick Start

Invoke the create-feature command with a feature title and the epic number to create and link the new feature.

Frequently Asked Questions about create-feature

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

FAQPage Schema
How do I automate linking a GitHub feature issue to a parent epic?

To automate linking a GitHub feature issue to a parent epic, use a workflow tool that resolves the epic number, calculates the next sequence, and formats the issue body to reference the parent. This ensures the feature issue is correctly created and linked in GitHub.

What is the FN.x naming convention for GitHub issues?

The FN.x naming convention is a structured titling format for GitHub issues where F stands for Feature and N.x represents the next sequential number under a parent Epic. It enforces consistent tracking when breaking epics into sequential features.

How do I create a feature issue with acceptance criteria in GitHub?

To create a feature issue with acceptance criteria in GitHub, use an automation tool that gathers the title and criteria, applies the type: feature label, and formats the body structure. This standardizes the issue creation process for software engineering workflows.

Does the feature creation automation update the parent epic checklist?

Yes, the feature creation automation updates the parent epic checklist when possible. After creating the linked feature issue, the workflow attempts to modify the parent Epic's features checklist to reflect the newly added item.

Can I deduce the parent epic number from repository data if I don't provide it?

Yes, you can deduce the parent epic number from repository data if it is not explicitly provided. The automation targets software engineering workflows and can resolve the parent Epic by analyzing existing repository information.