aggregate-logs
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Convert tasks.md entries into GitHub Issues
> /plugin marketplace add athola/claude-night-marketHow it fires
How this command gets triggered: by you, by Claude, or both.
/speckit-taskstoissuesContext preview
What this command does when you run it.
Convert tasks.md entries into GitHub Issues
name: speckit-taskstoissues description: Convert tasks.md entries into GitHub Issues usage: /speckit-taskstoissues [feature-dir] argument-hint: "Optional context for issue creation"
Before proceeding, load the `speckit-orchestrator` skill for workflow coordination.
Use this command when you need to:
$ARGUMENTS
You **MUST** consider the user input before proceeding (if not empty).
1. **Setup**: Run `.specify/scripts/bash/check-prerequisites.sh --json --require-tasks --include-tasks` from repo root. Parse FEATURE_DIR and tasks file path. For single quotes in args like "I'm Groot", use escape syntax: e.g `'I'\''m Groot'` (or double-quote if possible: `"I'm Groot"`).
2. **Detect git remote**: Run `git remote get-url origin` and verify it points to a GitHub repository (github.com in URL). If not GitHub, abort with message suggesting manual issue creation.
3. **Parse tasks.md**: Extract all tasks with:
4. **Generate issue content**: For each task, create an issue with:
"[T001] Create project structure")
and acceptance criteria from the task
5. **Create issues**: Use `gh issue create` CLI to create each issue. Present a preview table first:
| Task ID | Title | Labels | Create? | |---------|-------|--------|---------| | T001 | Create project structure | phase:setup | Y | | T002 | [P] Setup database | phase:setup, parallel | Y |
Ask user to confirm before creating issues.
6. **Report**: Output created issue URLs and suggest creating a GitHub Project board for tracking.
A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Analyze skill file complexity metrics and generate modularization recommendations for splitting or progressive loading.
Scaffold new Claude Code skills with brainstorming, TDD methodology, and proper frontmatter and module structure.