rule-issue-file

File GitHub issues for business rules from example mappings with deduplication.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of creating issues for business rules in implementation repositories, streamlining the handoff from discovery to implementation.

Core Features & Use Cases

  • Automated Issue Creation: Automatically file issues for each business rule in the implementation repositories.
  • Deduplication: Ensures that issues are not duplicated for the same rule in different repositories.
  • Backpointers: Maintains backpointers to the master mapping for easy reference.
  • Use Case: When a story's example mapping is agreed upon, this Skill can automatically file issues for each business rule in the target repositories, facilitating the handoff for automation.

Quick Start

Use the rule-issue-file skill to file issues for all unfiled rules in the 'my-story-key' story.

Frequently Asked Questions about rule-issue-file

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

FAQPage Schema
How do I automate GitHub issue creation for business rules across multiple repositories?

Automating GitHub issue creation for business rules involves filing issues from example mappings into implementation repositories. The skill handles deduplication and maintains backpointers to the master mapping, requiring GitHub API access and authentication.

Can I file issues from example mappings without creating duplicates?

Filing issues from example mappings without duplicates is possible through automated deduplication. The skill checks existing issues against the master mapping to prevent duplicate business rule entries across different repositories.

Does automated issue filing require GitHub API authentication?

Automated issue filing does require GitHub API authentication. You need proper GitHub API access configured to enable the script to create issues and maintain backpointers in your implementation repositories.

What is the best way to hand off business rules from discovery to implementation?

The best way to hand off business rules from discovery to implementation is to automate issue filing from agreed example mappings. This creates linked issues in target repositories, ensuring each rule connects back to the master mapping.

Do I need the gh CLI installed to file issues for business rules?

You do need the gh CLI installed to file issues for business rules. The skill depends on the gh command line tool to interact with the GitHub API for authentication and automated issue creation.