issue

Create and list issues using detected project trackers.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Creating and tracking issues across multiple trackers is tedious and fragmented. This Skill unifies the workflow by allowing you to create issues or list open ones while automatically detecting the project’s issue tracker.

Core Features & Use Cases

  • Create new issues with a clear title and description, or list currently open issues.
  • Auto-detects the project’s issue tracker and routes actions to the appropriate API (e.g., GitHub, Linear).
  • Supports common management tasks such as filtering by label or assignee and viewing issue summaries.

Quick Start

Ask me to create an issue with a descriptive title or to list open issues for the detected tracker.

Frequently Asked Questions about issue

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

FAQPage Schema
How do I automate issue creation for software projects?

You can automate issue creation by providing a descriptive title, description, and labels. The Skill parses your input and uses tooling like gh CLI or APIs to create the issue in the detected tracker.

Can I list open issues from multiple trackers in one place?

Yes, you can list open issues across multiple trackers. The Skill auto-detects the project's issue tracker and routes actions to the appropriate API to retrieve and display currently open issues.

Does this issue tracking workflow support filtering by label or assignee?

Filtering issues by label or assignee is supported. The Skill routes your filter criteria to the detected issue tracker's API, returning a filtered list of open issues matching your request.

What's the best way to create GitHub issues using natural language input?

The best way to create GitHub issues from natural language is to provide a clear title and description. The Skill parses your input and executes the gh CLI to create the issue automatically.

Do I need to manually specify an issue tracker before creating issues?

You do not need to manually specify an issue tracker. The Skill automatically detects the project's issue tracker, such as GitHub or Linear, and routes the creation or listing actions to the appropriate API.

Can I use this to track project management tasks alongside code?

You can track project management tasks by creating issues with titles, descriptions, and labels. The Skill integrates with your detected issue tracker to manage these tasks alongside your software projects.