Skip to main content
ClaudeWave
Patrax avatar
Patrax

review-router-setup

Ver en GitHub

Human-approved GitHub-to-Slack Review Router setup for workflows and AI agents

SubagentsRegistry oficial0 estrellas0 forksJavaScriptMITActualizado today
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/Patrax/review-router-setup && cp review-router-setup/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.
Casos de uso

Resumen de Subagents

# Review Router Setup

[![Test](https://github.com/Patrax/review-router-setup/actions/workflows/test.yml/badge.svg)](https://github.com/Patrax/review-router-setup/actions/workflows/test.yml)

Create a GitHub-to-Slack Review Router connection from a workflow or AI coding session. The Action produces one short-lived browser link. Open it and sign in to Tenpace to claim and lock the exact repository, Slack destination, routing preset, and reviewer mention policy.

The Action never receives GitHub App credentials, Slack OAuth tokens, provider authorization codes, or the human's Tenpace session.

## Use the Action

Create `.github/workflows/review-router-setup.yml`:

```yaml
name: Set up Review Router

on:
  workflow_dispatch:

permissions:
  contents: read
  id-token: write

jobs:
  setup:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v7
      - uses: Patrax/review-router-setup@v1
        with:
          slack-channel: pull-requests
          preset: repo-watch
          reviewer-mentions: all
```

Run the workflow. The same GitHub user who started it opens the **Continue Review Router setup** link in the job summary, signs in to Tenpace, completes the GitHub and Slack steps, and lets the page reconcile and verify the route with a real Slack delivery.

## Config as code

Instead of inputs, commit `.tenpace/review-router.yml`:

```yaml
version: 1
route:
  slack-channel: pull-requests
  preset: repo-watch
  reviewer-mentions: all
```

You can also set `slack-workspace` when the Tenpace team has more than one connected workspace. Explicit Action inputs override the file.

## Inputs

- `slack-channel`: Slack channel name, with or without `#`. Required unless present in the config file.
- `slack-workspace`: Optional exact workspace name, Slack team ID, or Tenpace workspace ID.
- `preset`: `repo-watch`, `full-coverage`, or `team-activity`. Default: `repo-watch`.
- `reviewer-mentions`: `all`, `connected-only`, or `none`. Default: `all`.
- `config`: Config path. Default: `.tenpace/review-router.yml`.

## Outputs

- `setup-id`: Public setup-session ID.
- `setup-url`: Short-lived human authorization URL.
- `status`: Initial status, normally `awaiting_human`.

The machine setup token is masked and deliberately not exposed as an Action output. The displayed URL contains no claim secret: it is bound to the GitHub actor in the signed OIDC token, and that same GitHub user must open it. The browser flow can finish setup without putting a secret into another workflow step.

## Security model

GitHub Actions OIDC proves the repository and actor for the workflow run. It does not grant provider authority. Tenpace verifies the OIDC issuer, signature, audience, time window, repository and owner IDs, actor ID, subject, and repository binding. Action URLs contain no claim secret and can only be claimed by that GitHub actor.

The server creates an inert intent. A Tenpace user signs in and claims the setup URL, which atomically locks that exact intent version. The machine token cannot edit after claim; the person who claimed the setup can edit it, and saving creates and locks the new version in the same action. Provider OAuth stays in the browser and encrypted credentials stay on Tenpace.

Setup creation and application are idempotent. The final check sends one message through the same Slack delivery path used for pull request notifications.

See [SECURITY.md](SECURITY.md) for reporting and operational details.

## For coding agents

Read [AGENTS.md](AGENTS.md) before automating setup. Canonical machine-readable surfaces:

- [OpenAPI 3.1](https://api.tenpace.com/openapi.json)
- [Remote MCP](https://api.tenpace.com/mcp)
- [MCP Registry metadata](server.json)
- [Agent descriptor](https://api.tenpace.com/.well-known/tenpace-agent.json)
- [Raw Markdown guide](https://review-router.tenpace.com/docs/agent-setup.md)
- [llms.txt](https://review-router.tenpace.com/llms.txt)

No AI-discovery convention is universal, so the same workflow is described in the Action metadata, README, AGENTS.md, linked HTML/Markdown docs, OpenAPI, MCP, and well-known descriptor.

The remote MCP server is also published to the official MCP Registry as

`io.github.Patrax/review-router`

## License

MIT
ai-agentsdeveloper-toolsgithub-actionsmcppull-requestsslack

Lo que la gente pregunta sobre review-router-setup

¿Qué es Patrax/review-router-setup?

+

Patrax/review-router-setup es subagents para el ecosistema de Claude AI. Human-approved GitHub-to-Slack Review Router setup for workflows and AI agents Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala review-router-setup?

+

Puedes instalar review-router-setup clonando el repositorio (https://github.com/Patrax/review-router-setup) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar Patrax/review-router-setup?

+

Patrax/review-router-setup aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene Patrax/review-router-setup?

+

Patrax/review-router-setup es mantenido por Patrax. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a review-router-setup?

+

Sí. En ClaudeWave puedes explorar subagents similares en /categories/agents, ordenados por popularidad o actividad reciente.

Despliega review-router-setup en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: Patrax/review-router-setup
[![Featured on ClaudeWave](https://claudewave.com/api/badge/patrax-review-router-setup)](https://claudewave.com/repo/patrax-review-router-setup)
<a href="https://claudewave.com/repo/patrax-review-router-setup"><img src="https://claudewave.com/api/badge/patrax-review-router-setup" alt="Featured on ClaudeWave: Patrax/review-router-setup" width="320" height="64" /></a>

Más Subagents

Alternativas a review-router-setup