# CI Tools

A collection of reusable GitHub Actions and CI tools that can be shared across multiple repositories.

## Available Tools

| Tool                | Description                                                             | Documentation                                | Latest Release                                                                |
| ------------------- | ----------------------------------------------------------------------- | -------------------------------------------- | ----------------------------------------------------------------------------- |
| **CI Benchmark**    | Measures and compares workflow performance between PR and base branches | [docs/benchmark.md](docs/benchmark.md)       | [v0.1.0](https://github.com/suno-ai/ci/releases/tag/benchmark-command-v0.1.0) |
| **Claude Code**     | AI-powered code review and PR description generation                    | [docs/claude.md](docs/claude.md)             | N/A                                                                           |
| **Notify Slack**    | Sends Slack notifications when CI/CD workflows fail                     | [docs/notify-slack.md](docs/notify-slack.md) | [v0.1.0](https://github.com/suno-ai/ci/releases/tag/notify-slack-v0.1.0)      |
| **Resolve Reviews** | Automatically marks old AI code reviews as outdated                     | N/A                                          | [v0.1.0](https://github.com/suno-ai/ci/releases/tag/resolve-reviews-v0.1.0)   |
| **Setup CI**        | Sets up CI environment for GitHub Actions workflows                     | N/A                                          | [v0.1.0](https://github.com/suno-ai/ci/releases/tag/setup-ci-v0.1.0)          |
