epic-cli

Automate GitHub project creation, issue tracking, PR workflows, and worktree management.

Updated Oct 29, 2025
One-click install
npx skills add https://github.com/coeus-ventures/epic-web --skill epic-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: epic-cli
Source: https://github.com/coeus-ventures/epic-web/tree/main/.claude/skills/epic-cli
Command: npx skills add https://github.com/coeus-ventures/epic-web --skill epic-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates project creation, issue tracking, PR workflows, and worktree management by integrating with GitHub. It streamlines coordination between team members and repository workflows, reducing manual setup and context-switching.

Core Features & Use Cases

  • Project creation and repository setup with GitHub integration.
  • Issue and PR workflow automation, including worktrees and session management.
  • Debugging utilities to accelerate development and troubleshooting across multiple repos and workflows.

Quick Start

Install the Epic CLI and run epic project new my-awesome-project to create a GitHub-based project workflow.

Frequently Asked Questions about epic-cli

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

FAQPage Schema
How do I automate GitHub issue tracking and project setup from the command line?

GitHub issue tracking automation uses CLI commands to parse project requirements, authenticate with repositories, and execute issue lifecycle operations including creation, assignment, and status updates across multiple workflows.

What is the best way to manage git worktrees for parallel development sessions?

Worktree management via CLI orchestrates parallel development sessions by creating isolated working directories linked to specific issues, streamlining context switching and PR workflows across repositories.

Can I integrate PR workflows with issue lifecycle operations in a single tool?

Yes, PR workflows integrate with issue lifecycle operations by parsing commands to link pull requests to issues, automating status transitions, and scoping repository actions to reduce manual context switching.

Does this CLI debugging utility work across multiple repositories and workflows?

Debugging utilities operate across multiple repositories by scoping sessions to specific GitHub projects, allowing you to troubleshoot issue tracking and PR workflow failures spanning various development scenarios.

Do I need GitHub authentication to use CLI commands for project management?

GitHub authentication is required to execute project management commands, as the CLI relies on repository scoping and API access to create projects, track issues, manage PR workflows, and orchestrate worktree sessions.