You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude/CLAUDE.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
4
4
5
5
## Project Overview
6
6
7
-
Ready to Review is an elegant modern Slack bot written in Go that integrates with GitHub to streamline PR review workflows. The bot provides real-time notifications, dashboard views, and multi-org/multi-Slack support.
7
+
reviewGOOSE:Slack is the Slack integration for reviewGOOSE — an elegant modern Slack bot written in Go that integrates with GitHub to streamline PR review workflows. The bot provides real-time notifications, dashboard views, and multi-org/multi-Slack support.
8
8
9
9
## Core Features
10
10
@@ -27,7 +27,7 @@ Ready to Review is an elegant modern Slack bot written in Go that integrates wit
27
27
- Native Slack app home tab with Block Kit UI showing incoming/outgoing PRs
28
28
- Highlights PRs blocked on the user
29
29
- Clean, settings-free interface focusing on PR status
30
-
- Alternative web dashboard available at https://dash.ready-to-review.dev/
30
+
- Alternative web dashboard available at https://reviewgoose.dev/
31
31
32
32
### 3. Smart Notifications
33
33
-**Smart DM Logic**: If user tagged in channel, delay DMs by configured time (default: 65min)
@@ -92,7 +92,7 @@ make clean # Clean build artifacts
92
92
93
93
### External Dependencies
94
94
- `github.com/codeGROOVE-dev/sprinkler`- WebSocket hub for GitHub webhook events
95
-
- `github.com/ready-to-review/turnclient`- PR state analysis and blocking detection
95
+
- `github.com/codeGROOVE-dev/turnclient`- PR state analysis and blocking detection
96
96
- `github.com/slack-go/slack`- Official Slack API client
97
97
- `github.com/google/go-github/v50`- GitHub API client
Slack bot that tracks GitHub pull requests and notifies reviewers when it's their turn. Part of the https://codegroove.dev/ ecosystem of developer acceleration tools.
10
+
The Slack integration for [reviewGOOSE](https://codegroove.dev/reviewgoose/) — know instantly when you're blocking a PR.
11
+
12
+
**reviewGOOSE:Slack** tracks GitHub pull requests and notifies reviewers when it's their turn. Works alongside [reviewGOOSE:Desktop](https://github.com/codeGROOVE-dev/goose) for a complete PR tracking experience. Part of the [codeGROOVE](https://codegroove.dev/) ecosystem.
11
13
12
14
## Quick Start
13
15
@@ -137,10 +139,10 @@ channels:
137
139
## Usage
138
140
139
141
Slack commands:
140
-
- `/r2r dashboard`- View your PR dashboard
141
-
- `/r2r help`- Show help
142
+
- `/goose dashboard`- View your PR dashboard
143
+
- `/goose help`- Show help
142
144
143
-
The dashboard is also available in the app's Home tab or at https://dash.ready-to-review.dev/
145
+
The dashboard is also available in the app's Home tab or at https://reviewgoose.dev/
Copy file name to clipboardExpand all lines: docs/SETUP.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Getting Started with Ready-to-Review
1
+
# Getting Started with reviewGOOSE:Slack
2
2
3
-
Ready-to-Review is a Slack bot that keeps your team informed about GitHub pull requests. It creates threads for PRs, tracks their status with emojis, and sends smart notifications so reviewers know when it's their turn.
3
+
reviewGOOSE:Slack is the Slack integration for [reviewGOOSE](https://codegroove.dev/reviewgoose/) — it keeps your team informed about GitHub pull requests. It creates threads for PRs, tracks their status with emojis, and sends smart notifications so reviewers know when it's their turn.
4
4
5
5
## Quick Start
6
6
@@ -37,7 +37,7 @@ Once installed, the bot needs to know which GitHub repositories to track. Contin
37
37
38
38
## Configuring Your Repositories
39
39
40
-
Ready-to-Review reads its configuration from a special GitHub repository in your organization. This lets you version-control your notification settings centrally.
40
+
reviewGOOSE:Slack reads its configuration from a special GitHub repository in your organization. This lets you version-control your notification settings centrally.
0 commit comments