arn-code-create-issue

Create GitHub or Jira issues from natural language prompts.

31|3|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/AppsVortex/arness --skill arn-code-create-issue
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: arn-code-create-issue
Source: https://github.com/AppsVortex/arness/tree/main/plugins/arn-code/skills/arn-code-create-issue
Command: npx skills add https://github.com/AppsVortex/arness --skill arn-code-create-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables teams to automatically create issues in the configured tracker (GitHub or Jira) from natural language prompts, ensuring consistent labeling and traceability within software projects.

Core Features & Use Cases

  • Create issues in GitHub or Jira from Arness-driven prompts, including type and priority labels.
  • Validate project configuration and prerequisites before submission; gracefully guide users to set up /arn-planning when needed.
  • Support for common issue types like bugs, features, and backlog items, with automated description composition and traceability.

Quick Start

Create a high-priority bug in the configured tracker for the current repository.

Frequently Asked Questions about arn-code-create-issue

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

FAQPage Schema
How do I create issues in Jira or GitHub from natural language prompts?▼

You can create issues in Jira or GitHub from natural language prompts by using an automation skill that parses user intents into actionable work items. It validates your project configuration and applies appropriate type and priority labels automatically.

Can I automatically set priority and type labels when creating bug reports and feature requests?▼

Yes, automatically setting priority and type labels for bug reports and feature requests is supported. The skill parses your natural language input to assign appropriate categories and composes a structured description for the tracker.

What prerequisites do I need to automate issue tracking from natural language inputs?▼

To automate issue tracking from natural language, you need a configured Arness project, access to your selected GitHub or Jira tracker, and a valid SKILL.md frontmatter defining the skill name and description. The skill validates these before submission.

Does this issue creation automation work with both GitHub and Jira trackers?▼

Yes, this issue creation automation works with both GitHub and Jira trackers. It supports capturing user intents as common issue types like bugs, features, and backlog items while ensuring consistent labeling and traceability across configured software projects.

What happens if my project configuration is missing when I try to create a backlog item?▼

If your project configuration is missing when creating a backlog item, the skill validates prerequisites before submission and gracefully guides you to set up the required planning environment. It ensures your tracker is properly configured to prevent failed submissions.