ai-issue
Automates the creation of project board issues with correct labels and metadata.
Install
mkdir -p .claude/skills/ai-issue && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/9551" && unzip -o skill.zip -d .claude/skills/ai-issue && rm skill.zipInstalls to .claude/skills/ai-issue
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Creates a project work-item (issue / task / story) on the user's configured board: routes by manifest `work_items.provider` (GitHub Projects v2 or Azure DevOps), composes title + body + labels, attaches to the active board, and confirms a clickable link. Trigger for 'open an issue', 'file a bug', 'create a task', 'add this to the backlog', 'log a work item'. Not for upstream framework bugs (use /ai-engineering-issue); not for board configuration (use /ai-board discover); not for committing code (use /ai-commit).Key capabilities
- →Route work items to GitHub or Azure DevOps
- →Compose issue titles and bodies from session context
- →Apply labels to project tasks
- →Confirm clickable issue URLs
- →Perform dry-run command previews
How it works
It reads the project manifest to determine the provider, performs an authentication check, and shells out to the CLI to create the work item.
Inputs & outputs
When to use ai-issue
- →Logging bugs
- →Creating backlog tasks
- →Filing project work items
About ai-issue
Routes new tasks to the project's configured board (GitHub or Azure). Composes titles, bodies, and labels based on the context to maintain project organization.
Creates a project work-item (issue / task / story) on the user's configured board: routes by manifest `work_items.provider` (GitHub Projects v2 or Azure DevOps), composes title + body + labels, attaches to the active board, and confirms a clickable link. Trigger for 'open an issue', 'file a bug', 'c
When not to use it
- →Reporting upstream framework bugs
- →Configuring project boards
- →Committing code
Prerequisites
Limitations
- →Requires prior execution of /ai-board discover
- →Refuses to proceed if CLI authentication fails
How it compares
This skill automates the composition and routing of tasks directly from the current session context instead of manual board entry.
Compared to similar skills
ai-issue side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| ai-issue (this skill) | 0 | 2mo | No flags | Beginner |
| planning-with-files | 233 | 6mo | Review | Intermediate |
| trello | 41 | 2mo | Review | Beginner |
| pmbok-project-management | 38 | 9mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by arcasilesgroup
View all by arcasilesgroup →You might also like
planning-with-files
davila7
Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls.
trello
openclaw
Manage Trello boards, lists, and cards via the Trello REST API.
pmbok-project-management
jgtolentino
Comprehensive PMP/PMBOK project management methodologies and best practices. Use this skill when users need guidance on project management processes, templates, knowledge areas, process groups, tools, techniques, or certification preparation. Covers all 10 PMBOK Knowledge Areas and 5 Process Groups with practical templates, frameworks, and industry-standard approaches. Includes risk management, stakeholder engagement, schedule management, cost control, quality assurance, and resource planning.
clickup
civitai
Interact with ClickUp tasks and documents - get task details, view comments, create and manage tasks, create and edit docs. Use when working with ClickUp task/doc URLs or IDs.
ma-playbook
alirezarezvani
M&A strategy for acquiring companies or being acquired. Due diligence, valuation, integration, and deal structure. Use when evaluating acquisitions, preparing for acquisition, M&A due diligence, integration planning, or deal negotiation.
create-plan
antinomyhq
Generate detailed implementation plans for complex tasks. Creates comprehensive strategic plans in Markdown format with objectives, step-by-step implementation tasks using checkbox format, verification criteria, risk assessments, and alternative approaches. Use when users need thorough analysis and structured planning before implementation, when breaking down complex features into actionable steps, or when they explicitly ask for a plan, roadmap, or strategy. Strictly planning-focused with no code modifications.