acli

Automates Git and GitHub workflows including commits, branches, pull requests, and gh CLI tasks.

40|12|Updated Oct 17, 2011
One-click install
npx skills add https://github.com/lanej/dotfiles --skill acli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: acli
Source: https://github.com/lanej/dotfiles/tree/main/claude/skills/acli
Command: npx skills add https://github.com/lanej/dotfiles --skill acli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires acli.

What problem does it solve?

This Skill eliminates the tedious manual work of managing Jira work items, projects, and sprints through the web UI. It empowers you to automate tasks, perform bulk operations, and integrate Jira into your command-line workflows, saving significant time and reducing complexity.

Core Features & Use Cases

  • Work Item Management: Search, create, edit, transition, and comment on Jira issues using powerful JQL queries.
  • Project & Sprint Operations: List and view project details, manage boards, and track sprint work items directly from your terminal.
  • Bulk Automation: Perform actions like assigning multiple issues, transitioning a sprint's worth of tasks, or adding comments to many items with a single command.
  • Use Case: Quickly find all open bugs assigned to your team in a specific project, transition them all to "In Progress", and add a bulk comment indicating the start of work, all from your terminal.

Quick Start

Search for all open tasks assigned to me in the 'TEAM' project.

Frequently Asked Questions about acli

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

FAQPage Schema
How do I automate Jira tasks from the command line?

Automate Jira tasks using CLI commands to search, create, edit, and transition issues with JQL queries. Run bulk operations like assigning multiple issues or adding comments across work items without the web UI.

Can I manage sprints and projects directly from my terminal?

Yes, manage Jira sprints and projects from your terminal by listing boards, viewing project details, and tracking sprint work items. Perform sprint-wide operations like transitioning all tasks in a batch without leaving the CLI.

What's the best way to bulk transition Jira issues?

Bulk transition Jira issues by writing CLI commands that match multiple issues via JQL queries, then apply workflow state changes to all results simultaneously. This standardizes issue progression across teams in a single operation.

How do I search and filter Jira issues from the CLI?

Search Jira issues using JQL query syntax in CLI commands to filter by assignee, status, project, and other criteria. Retrieve matching work items instantly without navigating the web interface.

Can I integrate Jira automation into my development workflow?

Integrate Jira automation into your development workflow by embedding CLI commands into scripts and tools. Synchronize issue management with version control and CI/CD processes for streamlined team operations.