feature-request

Create standardized GitHub feature request issues with duplicate checks and priority.

1|Updated Oct 27, 2025
One-click install
npx skills add https://github.com/AEtherlight-ai/lumina --skill feature-request
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-request
Source: https://github.com/AEtherlight-ai/lumina/tree/main/.claude/skills/feature-request
Command: npx skills add https://github.com/AEtherlight-ai/lumina --skill feature-request

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh.

What problem does it solve?

This Skill helps teams clearly articulate and file GitHub feature requests that follow ÆtherLight SOP, improving traceability and prioritization.

Core Features & Use Cases

  • Structured Request: Generates title, description, category, priority, and acceptance criteria.
  • Duplicate Avoidance: Searches for similar open issues and suggests alternatives.
  • Prioritization Context: Attaches category and priority for faster triage.

Quick Start

Use the feature-request skill to log a new enhancement on lumina: /feature-request --description="Add multi-language support" --priority=high --category="ui"

Frequently Asked Questions about feature-request

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

FAQPage Schema
How do I create a GitHub feature request that follows our team's SOP?

Use the feature-request Skill to generate a properly formatted GitHub issue with standardized sections: Problem Statement, Proposed Solution, Use Case, Expected Behavior, Alternatives Considered, Additional Context, and Priority Justification. The Skill validates inputs, searches for duplicates, and creates the issue via GitHub CLI.

Can I automate feature request creation with GitHub CLI?

Yes. The feature-request Skill integrates with GitHub CLI (gh >= 2.0.0) to automate issue creation. Provide a description (required), priority (critical, high, medium, low), and category (voice, sprint, patterns, ui, skills, performance, other) to generate and file requests instantly.

How does duplicate detection work when filing GitHub feature requests?

Before creating an issue, the Skill searches for similar open issues in the repository and suggests existing alternatives. This prevents duplicate requests and helps consolidate feedback on related enhancements.

What do I need to use the feature-request Skill?

You need GitHub CLI (gh) version 2.0.0 or later installed and authenticated. The Skill requires a feature description and accepts optional priority and category parameters to structure the request.

What happens if I don't provide priority or category when filing a feature request?

Both priority and category are optional. The Skill generates a valid GitHub issue with just the required description. Omitting these fields means the issue is filed without pre-assigned triage context, but can be added later.