Connectors
Every connector uses the same CLI patterns. Learn one, use them all.
Issue Trackers
- Jira — Jira Cloud and Server
- GitHub — GitHub Issues and Projects
- GitLab — GitLab Issues
- Linear — Linear issues and projects
- Azure DevOps — Azure Boards work items
- Shortcut — Shortcut stories
- ClickUp — ClickUp tasks
Docs & Knowledge
- Notion — Search workspace, read pages, query databases
- ClickUp — ClickUp Docs, wikis, and knowledge base
Design
- Figma — Files, components, comments, export
Analytics
Common patterns
All issue tracker connectors share the same command structure:
# List issues
human <tracker> issues list --project=<PROJECT>
# Get a single issue
human <tracker> issue get <ID>
# Create an issue
human <tracker> issue create --project=<PROJECT> "Title"
# Add a comment
human <tracker> issue comment add <ID> "Comment text"