logics-connector-confluence/SKILL.md
Connect Confluence (Atlassian) to the Logics workflow: search pages via CQL and import a page into `logics/request/` as a new `req_###_*.md` with the page content as context.
npx skillsauth add alexago83/cdx-logics-kit logics-connector-confluenceInstall 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.
CONFLUENCE_DOMAIN (preferred, e.g. https://<domain>.atlassian.net/wiki)CONFLUENCE_DOMAINE (legacy alias, still supported)CONFLUENCE_EMAILCONFLUENCE_API_TOKENpython logics/skills/logics-connector-confluence/scripts/confluence_search_pages.py \
--cql "space=dt AND text~\\\"flotauto\\\"" --limit 10
python logics/skills/logics-connector-confluence/scripts/confluence_to_request.py \
--page-id 234913873
Notes:
# Context as an HTML block (storage format, truncated).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.