story-issue-file

Create GitHub issues from story files with deduplication and sub-issue adoption.

2|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/boykush/livt --skill story-issue-file
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: story-issue-file
Source: https://github.com/boykush/livt/tree/main/plugins/discovery-facilitator/skills/story-issue-file
Command: npx skills add https://github.com/boykush/livt --skill story-issue-file

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github, yaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of issue records from story files in a collaborative text-based discovery environment, streamlining the process of handing over context to implementation teams.

Core Features & Use Cases

  • Issue Creation: Automatically file issues in specified repositories with story details, ensuring context is maintained.
  • Rule Issue Adoption: Adopt existing rule-level issues as sub-issues to the story issue, maintaining structure.
  • Deduplication: Ensures no duplicate issues are created for the same story and repository pair.

Quick Start

Create a story issue for 'story-123' targeting the repository 'user/project' with the story-issue-file create story-123 user/project command.

Frequently Asked Questions about story-issue-file

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

FAQPage Schema
How do I automate GitHub issue creation from story files?

You can automate GitHub issue creation from story files by executing a command that targets a specific story identifier and repository, passing story details directly to the GitHub API to file the issue.

What is the best way to link existing rule-level issues as sub-issues to a new story issue?

Linking existing rule-level issues as sub-issues is handled automatically during issue creation, maintaining structural hierarchy by adopting relevant issues under the new story issue.

How does issue deduplication work when creating issues from story frontmatter?

Issue deduplication prevents duplicate issues by checking the story frontmatter against existing repository records, ensuring no duplicate issues are created for the same story and repository pair.

Do I need a GitHub API token to file issues from story files?

Yes, you need a GitHub API token because the Skill requires interaction with the GitHub API to automate issue creation and establish sub-issue linkage in designated repositories.

Can I use story management commands to file issues across multiple repositories?

You can file issues in specified repositories by providing the target repository name in the command, ensuring story details and context are maintained for the implementation team.