daf-clilisted
Install: claude install-skill itdove/devaiflow
# DAF Quick Reference
**IMPORTANT**: You are currently inside an active Claude Code session. This guide helps you navigate to the right skill documentation.
## Command Reference by Category
### JIRA Operations
**See `daf-jira` skill** for complete JIRA documentation:
- View tickets: `daf jira view`
- Create tickets: `daf jira create`
- Update tickets: `daf jira update`
- Add comments: `daf jira add-comment`
- **CRITICAL**: JIRA uses Wiki markup syntax (see daf-jira skill)
### GitHub/GitLab Operations
**See `daf-git` skill** for complete GitHub/GitLab documentation:
- View issues: `gh issue view` (GitHub) / `glab issue view` (GitLab)
- Create issues: `gh issue create` / `glab issue create` + `daf link`
- Update issues: `daf git update`
- Add comments: `gh issue comment` / `glab issue note`
- **CRITICAL**: GitHub/GitLab use Markdown syntax (see daf-git skill)
### Session Notes
**See `daf-notes` skill** for viewing session notes:
- Add note: `daf note "Progress update"`
- View notes: `daf notes`
### Session Information
- **`daf-active` skill**: Show currently active conversation
- **`daf-info` skill**: Detailed session information
- **`daf-status` skill**: Progress dashboard
- **`daf-list` skill**: List all sessions
### Agent Setup
- Configure agent permissions: `daf setup`
- Preview changes: `daf setup --dry-run`
- Global scope: `daf setup --scope global`
### Configuration
**See `daf-config` skill** for configuration commands:
- View config: `daf config show`
- View JIR