logvalet:issue-create

Create Backlog issues interactively via CLI with dry-run preview.

4|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/youyo/logvalet --skill logvalet-issue-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: logvalet:issue-create
Source: https://github.com/youyo/logvalet/tree/main/skills/issue-create
Command: npx skills add https://github.com/youyo/logvalet --skill logvalet-issue-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating Backlog issues can require gathering multiple fields and validating input before submission; without a guided flow, it’s easy to miss essential details or introduce errors.

Core Features & Use Cases

  • Guided, interactive collection of required fields (project, type, summary) and optional fields (description, assignee, priority, due-date, category, milestone, parent-issue-id).
  • Dry-run preview before actually creating the issue to prevent mistakes and verify content.
  • Clear final submission with a generated issue key and URL, plus a summary of what was created.

Quick Start

Start by invoking the issue-create flow and answering the prompts to file a new Backlog issue.

Frequently Asked Questions about logvalet:issue-create

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

FAQPage Schema
How do I create Backlog issues interactively via the CLI?

You can create Backlog issues interactively by invoking this Skill to prompt for required fields like project, type, and summary along with optional details, then submitting the final issue via the CLI.

Can I preview a Backlog issue before submission?

Yes, you can preview a Backlog issue before submission using the dry-run feature, allowing you to verify all collected fields and prevent mistakes before the final CLI submission creates the ticket.

What fields are required when filing a new Backlog ticket?

When filing a new Backlog ticket, the required fields are project, type, and summary. Optional fields include description, assignee, priority, due-date, category, milestone, and parent-issue-id.

Does this guided issue creation workflow support setting a parent issue ID?

Yes, the interactive issue creation workflow supports setting a parent-issue-id as an optional field, allowing you to link new tasks to existing Backlog tickets during the CLI prompt flow.

What is the best way to avoid errors when adding tasks to Backlog?

The best way to avoid errors when adding tasks to Backlog is using a guided interactive flow with a dry-run preview, ensuring all required and optional fields are validated before final submission.