ailey-atl-jira

Manage Jira issues and sync local planning data with VS Code workflows.

4|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/armoin2018/ai-command-center --skill ailey-atl-jira
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ailey-atl-jira
Source: https://github.com/armoin2018/ai-command-center/tree/main/plugins/aicc-jira/skills/ailey-atl-jira
Command: npx skills add https://github.com/armoin2018/ai-command-center --skill ailey-atl-jira

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jira-client, commander, dotenv, csv-parse, csv-stringify, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Jira projects often require manual, repetitive operations for issue management and keeping local planning data in sync. This skill automates CRUD operations, bulk import/export from CSV, and bidirectional synchronization with a local plan file (.project/PLAN.json) using JQL queries.

Core Features & Use Cases

  • CRUD operations for Jira issues
  • Bulk import/export via CSV/JSON with JQL support
  • Bidirectional plan synchronization between Jira and PLAN.json
  • Secure environment-based authentication and token handling
  • Integrations with existing planning tools to streamline workflows

Quick Start

Install dependencies, configure Atlassian credentials in a .env file, and run npm run jira test to verify connectivity.

Frequently Asked Questions about ailey-atl-jira

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

FAQPage Schema
How do I automate Jira issue CRUD operations from VS Code?

Automate Jira CRUD operations by executing command-line scripts that connect to the Atlassian API using environment-based authentication, allowing you to create, read, update, and delete issues directly within your VS Code workflow.

How do I bulk import and export Jira issues using CSV and JQL?

Bulk import and export Jira issues by executing command-line scripts that parse CSV files and apply JQL queries to filter data. The skill formats the data using csv-stringify and syncs it directly with your Jira project.

Can I synchronize a local PLAN.json file with Jira issues bidirectionally?

Yes, you can synchronize a local .project/PLAN.json file with Jira issues bidirectionally. The skill maps local planning data to Jira issues using JQL queries to ensure both local and remote project plans remain aligned.

What do I need to configure before connecting to the Atlassian Jira API?

Before connecting to the Jira API, you must install the required npm dependencies and configure your Atlassian credentials in a .env file. You can then verify your environment setup and authentication by running a connectivity test.

Does Jira integration handle API errors during plan synchronization safely?

Jira integration includes built-in error handling and plan-to-Jira mapping logic to ensure safe and observable operations during bidirectional plan synchronization, preventing silent data loss during API failures.