Skip to main content
EQ
Foundry
arrow_back Back to Browse

eq-create-issues

Verified

Turn plan doc tasks into GitHub issues with labels and project assignment

Installation

npx skills add mclaude95/eq-foundry -s eq-create-issues

Recommended — works with Claude Code, Cursor, and 40+ agents.

bolt

Performance

Optimized for speed with minimal overhead. Runs efficiently in CI and local environments.

shield

Security

Sandboxed execution with scoped permissions. No external data leaves your environment.

Overview

eq-create-issues reads the plan doc task list and creates one GitHub issue per task, applying appropriate labels and linking them to the project board.

When to Use

After /eq-init has created the worktree and committed the plan doc anchor. Run before /eq-execute to enable issue-based progress tracking.

Usage Examples

/eq-create-issues

Reads the plan doc from docs/plans/ on the current branch, then creates issues via gh issue create.

Configuration

Requires gh CLI authenticated with write access to the repo.

Installation

npx skills add mclaude95/eq-foundry -s eq-create-issues