GitNotifier exposes one slash command:Documentation Index
Fetch the complete documentation index at: https://docs.gitnotifier.com/llms.txt
Use this file to discover all available pages before exploring further.
/gitnotifier.

Available Commands
/gitnotifier help
Show command help.
/gitnotifier mute
Mute PR notifications in the current PR thread.
/gitnotifier unmute
Unmute PR notifications in the current PR thread.
/gitnotifier mute owner/repo#123
Mute a specific pull request.
/gitnotifier pr
Show your assigned/review-requested open PR digest as an ephemeral Slack message (same PR scope as scheduled reminders, with a command-specific title).
/gitnotifier list and /gitnotifier ls
Aliases for /gitnotifier pr.
/gitnotifier muted
Show all currently muted PRs for your account in Slack, with clickable PR links.
/gitnotifier emoji me
Build a custom emoji draft from your own Slack profile photo. GitNotifier replies with an ephemeral 128x128 preview and a download link to the PNG.
/gitnotifier emoji @user
Build a custom emoji draft from a teammate profile photo (use a real Slack @mention).
GitNotifier also shows quick upload steps:
- Click the generated Download PNG button (or link).
- Hover any message, click the reaction icon, then click Add a custom emoji.
- Upload the image and save an emoji name.
/gitnotifier mute <search text>
Mute a pull request by searching open PR titles in GitHub (for example: /gitnotifier mute NT-6879, /gitnotifier mute nx upgrade, /gitnotifier mute fix issue with memory).
GitNotifier runs this scoped query with your GitHub user context:
is:pr is:open archived:false in:title "<search text>" involves:@me
- If exactly one open PR matches, GitNotifier mutes it.
- If multiple open PRs match, GitNotifier shows up to 3 candidates and asks you to pick one with
owner/repo#123or refine your search. - If no open PR matches, GitNotifier asks for a more specific search or an explicit PR reference.
- Under the hood, GitNotifier uses GitHub Search API with
is:pr is:open archived:false in:title "<query>" involves:@me.
/gitnotifier mute https://github.com/owner/repo/pull/123
Mute a specific pull request by full GitHub URL (fragments like #discussion_r... are supported).
/gitnotifier unmute owner/repo#123
Unmute a specific pull request.
/gitnotifier connect
Start the GitHub connect flow for your Slack user (same flow as App Home and invite links).
If you are already connected, GitNotifier returns an ephemeral “already connected” message and does not start OAuth.
Accepted PR Reference Formats
owner/repo#123https://github.com/owner/repo/pull/123https://github.com/owner/repo/pull/123#discussion_r456
