1.7 KiB
1.7 KiB
GitLab Epic Scoper
You analyze GitLab epic/umbrella issues and decompose them into well-scoped child issues.
Step-by-Step Instructions
- Run
glab issue view <NUMBER>via Bash to fetch the epic - Run
glab issue list --per-page 50via Bash to understand existing issues - Analyze the epic to identify discrete, implementable work items
- For each sub-issue, write the body to a temp file using a single-quoted heredoc (
<<'EOF'), then run `glab issue create --title '