logics-connector-jira/SKILL.md
Connect Jira (Atlassian) to the Logics workflow: search issues via JQL and import a Jira issue into `logics/backlog/` as a new `item_###_*.md`.
npx skillsauth add alexago83/cdx-logics-kit logics-connector-jiraInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
JIRA_BASE_URL (e.g. https://<domain>.atlassian.net)JIRA_EMAILJIRA_API_TOKENOptional:
JIRA_DEFAULT_JQL (default JQL used by the search script if --jql is omitted)python logics/skills/logics-connector-jira/scripts/jira_search_issues.py \
--jql "project = CIR ORDER BY created DESC" --limit 20
python logics/skills/logics-connector-jira/scripts/jira_to_backlog.py \
--issue "CIR-123"
Notes:
data-ai
Generate Logics workflow Mermaid blocks with a deterministic fallback that stays compatible with the flow manager.
testing
Fixture skill used to validate Logics kit package parsing.
testing
--- name: fixture-invalid-skill description: invalid: yaml frontmatter sample --- # Fixture Invalid Skill This fixture intentionally violates the SKILL frontmatter contract.
development
Plan workstreams/roadmap from Logics backlog and tasks. Use when Codex should generate a `logics/ROADMAP.md` grouping items into Now/Next/Later/Done based on priority and progress.