What problem does it solve?
Manual adapter setup for Jira and Confluence is error-prone and slow because developers must discover instance details, project keys, and space trees, then hand-edit YAML while avoiding secrets. This Skill automates live discovery, reduces user questions to a few choices, validates generated configuration, and prevents accidental secret writes.
Core Features & Use Cases
- Live backend discovery: Detects which adapters are available from environment credentials and lists discovered Jira projects and Confluence spaces.
- Validated config generation: Generates and model-validates YAML for .raise/jira.yaml and .raise/confluence.yaml before writing.
- Safe write & verification: Previews changes, requires explicit overwrite confirmation, never writes secrets to files, and runs rai doctor to verify results.
- Use Case: Onboarding a new developer or initializing a repository integration after rai init to quickly register project keys, spaces, and routing without manual ID lookup.
Quick Start
Ask the skill to detect available Jira and Confluence backends, generate validated .raise/jira.yaml and .raise/confluence.yaml, preview the YAML, and confirm writing to disk.