codexspectasks-to-issueslisted
Install: claude install-skill Zts0hg/codexspec
# Tasks to GitHub Issues Converter
## Constitution Compliance (MANDATORY)
**Before converting tasks to issues:**
1. **Check for Constitution File**: Look for `.codexspec/memory/constitution.md`
2. **If Constitution Exists**:
- Load and read project principles
- Ensure issue descriptions align with project principles
- Include relevant constitutional context in issues if applicable
3. **If No Constitution Exists**: Proceed with standard issue generation
## Language Preference
Read `.codexspec/config.yml`. Two independent language controls apply (each falls back to `language.output`, then English):
- **Interaction language** (`language.interaction`): language for all conversation with the user — questions, explanations, status messages, and `codexspec` CLI terminal output.
- **Document language** (`language.document`): language for generated artifact files (requirements/spec/plan/tasks).
Converse in the interaction language and author artifacts in the document language. Apply the project's translation standard to both: translate by meaning (not word-for-word), keep English for terms with no good native equivalent, and write as if originally in that language.
## User Input
```text
the text after the $codexspec:tasks-to-issues skill mention
```
You **MUST** consider the user input before proceeding (if not empty).
## Goal
Convert the task breakdown from `tasks.md` into GitHub issues for project tracking and collaboration.
## Execution Steps
### 1. Initializ