Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- [Who We Are](#who-we-are)
- [Where to Find It](#where-to-find-it)
- [Software](#software)
- [`cr` - Code Review CLI](#cr---code-review-cli)
- [`cfl` - Confluence CLI](#cfl---confluence-cli)
- [`jtk` - Jira Ticket CLI](#jtk---jira-ticket-cli)
- [`hspt` - HubSpot CLI](#hspt---hubspot-cli)
Expand All @@ -31,7 +32,8 @@ Anyone can join if they contribute well. That's it.

# Where to Find It

All CLIs are distributed through the same channels:
Open CLI Collective tools are distributed through these channels as each tool
implements packaging:

| Platform | Method |
|----------|--------|
Expand All @@ -42,6 +44,10 @@ All CLIs are distributed through the same channels:

# Software

## [`cr`](https://github.com/open-cli-collective/codereview-cli) - Code Review CLI

A command-line interface for automated pull-request review. Run dry-run or live GitHub reviews, orchestrate trusted LLM review agents, reuse named sessions, manage idempotent posting, and inspect or prune local review data.

## [`cfl`](https://github.com/open-cli-collective/atlassian-cli) - Confluence CLI

A command-line interface for Atlassian Confluence Cloud. Manage pages from the terminal with markdown-first authoring—write and view pages in markdown, auto-converted to/from Confluence format. Search with CQL, manage attachments, and open pages in browser.
Expand Down
Loading