|
5 | 5 | * [GitHub Actions](https://docs.github.com/en/actions) |
6 | 6 | * [GitHub Models](https://docs.github.com/en/github-models/) |
7 | 7 |
|
| 8 | +## Continuous Intelligence |
| 9 | + |
| 10 | +* [Official Claude Code GitHub Action](https://docs.anthropic.com/en/docs/claude-code/github-actions) - allows you to use Claude Code to build any custom AI workflow within Actions. |
| 11 | +* [Open Journals: Find Similar Papers](https://github.com/openjournals/find-similar-papers) - Find similar journal articles using OpenAI embeddings |
| 12 | + |
8 | 13 | ## Continuous Team Communication |
9 | 14 |
|
10 | 15 | * [Summarize issues with GitHub Actions](https://docs.github.com/en/github-models/github-models-at-scale/use-models-at-scale#example-use-github-models-with-github-actions-to-summarize-issues) - Use GitHub Models with GitHub Actions to summarize issues when they're closed |
|
19 | 24 | * [Detect Duplicate Issues, micro sample](https://github.com/home-assistant/core/blob/dev/.github/workflows/detect-duplicate-issues.yml) - an example of using GitHub Actions+Models for adhoc duplicate detection |
20 | 25 | * [Detect Non-English Issues](https://github.com/home-assistant/core/blob/dev/.github/workflows/detect-non-english-issues.yml) - an example of using GitHub Actions+Models to detect issues in an unexpected language |
21 | 26 | * [GitHub Action Investigator](https://microsoft.github.io/genaiscript/samples/gai/) - automatically analyze a GitHub Action Workflow Job logs and attempts to determine the root cause of the issue |
| 27 | +* [Ultralytics Actions](https://github.com/ultralytics/actions) comprehensive linting and formatting suite including AI labeling and summarization |
| 28 | +* [Automattic Isue Triage](https://github.com/Automattic/jetpack/tree/f1b24e51a215eb85e17de7844794d0cb512bfc42/projects/github-actions/repo-gardening) - automatic issue labeling |
22 | 29 |
|
23 | 30 | ## Continuous Documentation |
24 | 31 |
|
25 | 32 | * [Penify.dev](https://www.penify.dev/) - Penify instantly generates and updates comprehensive documentation for your repository |
26 | 33 | * [DeepWiki](https://deepwiki.com/) - Automatically generates architecture diagrams, documentation, and links to source code to help you understand unfamiliar codebases quickly |
| 34 | +* [Translate Docs](https://github.com/TanStack-dev/translate-docs-action) - Translate your documentation into multiple languages automatically |
27 | 35 |
|
28 | 36 | ## Continuous Code Review |
29 | 37 |
|
30 | 38 | * [CodeRabbit](https://www.coderabbit.ai/) - "Supercharge your team to ship faster with the most advanced AI code reviews" |
31 | | -* [Gemini Code Assist](https://developers.google.com/gemini-code-assist/docs/review-github-code) - "Review GitHub code using Gemini Code Assist" |
| 39 | +* [Gemini Code Assist](https://developers.google.com/gemini-code-assist/docs/review-github-code) - "Review GitHub code using Gemini Code Assist" |
| 40 | +* [Shippie](https://github.com/mattzcarey/shippie) - Code review, secrets detection, bug fixes and more. TypeScript + Bun. |
| 41 | +* [Aetherr Agency DeepDive](https://github.com/Aetherr-Agency/DeepDive/) - "Analyze the quality of your test files, providing insightful feedback and suggestions for improvement." |
32 | 42 |
|
33 | 43 | ## Continuous Code Commenting |
34 | 44 |
|
|
0 commit comments