AgentSkillsCN

fusion-issue-author-feature

以清晰的问题表述、范围明确的需求、符合仓库规范的标签,并在发布前进行明确的确认,起草并更新功能问题。

SKILL.md
--- frontmatter
name: fusion-issue-author-feature
description: Draft and update feature issues with clear problem framing, scoped requirements, repository-valid labels, and explicit confirmation before publishing.
license: MIT
metadata:
  version: "0.1.1"
  orchestrator: "fusion-issue-authoring"
  role: "subordinate"
  tags:
    - github
    - issue-authoring
    - feature
  mcp:
    required:
      - github

Author Feature Issue

Dependency

Requires fusion-issue-authoring as the top-level orchestrator for classification, shared gates, and publish flow.

When to use

Use this skill when the request is for a new capability or enhancement.

When not to use

Do not use this skill for bugs, user stories centered on role narratives, or generic technical tasks.

Required inputs

  • Feature intent and value
  • Scope and non-goals
  • Success criteria

Instructions

  1. Confirm routed type is Feature.
  2. Draft locally in .tmp/FEATURE-<context>.md.
  3. Structure draft with:
    • Story/problem statement
    • Scope (in/out)
    • Functional requirements
    • Acceptance criteria
    • Dependencies/risks
  4. Check that scope boundaries and non-goals are explicit.
  5. Return draft summary for orchestrator review/publish flow.

Template fallback:

  • skills/fusion-issue-author-feature/assets/issue-templates/feature.md

Expected output

  • Draft file path in .tmp/
  • Proposed title/body summary
  • Feature-specific scope and acceptance summary

Safety & constraints

Do not perform mutation directly; mutation stays in fusion-issue-authoring.