|
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 |
| 8 | +## Categories |
| 9 | + |
| 10 | +### Continuous Intelligence |
9 | 11 |
|
10 | 12 | * [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 | 13 | * [Open Journals: Find Similar Papers](https://github.com/openjournals/find-similar-papers) - Find similar journal articles using OpenAI embeddings |
12 | 14 |
|
13 | | -## Continuous Team Communication |
| 15 | +### Continuous Team Communication |
14 | 16 |
|
15 | 17 | * [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 |
16 | 18 | * [GenAI Pull Request Descriptor](https://github.com/pelikhan/action-genai-pull-request-descriptor/) - a sample GenAIScript action that updates a pull request description. |
17 | 19 | * [Video Asset Analyzer](https://github.com/pelikhan/action-genai-video-issue-analyzer) - a sample GenAIScript action that analyzes videos attached as assets to issues. |
18 | 20 | * [Zine Meets Pull Requests](https://microsoft.github.io/genaiscript/blog/zine-prs/#zines) - the availability of new image generators like OpenAI gpt-image-1 opens the door to endless new ways to visualize and annotate software artifacts. |
19 | 21 |
|
20 | | -## Continuous Triage |
| 22 | +### Continuous Triage |
21 | 23 |
|
22 | 24 | * [GenAI Issue Labeller](https://github.com/pelikhan/action-genai-issue-labeller) - a sample of using GenAIScript for automated labelling of issues |
23 | 25 | * [Detect Duplicate Issues, reusable action](https://github.com/pelikhan/action-genai-issue-dedup) - an example of a reusable action using using GitHub Actions, GitHub Models and GenAISCript for issue duplicate detection |
|
27 | 29 | * [Ultralytics Actions](https://github.com/ultralytics/actions) comprehensive linting and formatting suite including AI labeling and summarization |
28 | 30 | * [Automattic Isue Triage](https://github.com/Automattic/jetpack/tree/f1b24e51a215eb85e17de7844794d0cb512bfc42/projects/github-actions/repo-gardening) - automatic issue labeling |
29 | 31 |
|
30 | | -## Continuous Documentation |
| 32 | +### Continuous Documentation |
31 | 33 |
|
32 | 34 | * [Penify.dev](https://www.penify.dev/) - Penify instantly generates and updates comprehensive documentation for your repository |
33 | 35 | * [DeepWiki](https://deepwiki.com/) - Automatically generates architecture diagrams, documentation, and links to source code to help you understand unfamiliar codebases quickly |
34 | 36 | * [Translate Docs](https://github.com/TanStack-dev/translate-docs-action) - Translate your documentation into multiple languages automatically |
35 | 37 |
|
36 | | -## Continuous Code Review |
| 38 | +### Continuous Code Review |
37 | 39 |
|
38 | 40 | * [CodeRabbit](https://www.coderabbit.ai/) - "Supercharge your team to ship faster with the most advanced AI code reviews" |
39 | 41 | * [Gemini Code Assist](https://developers.google.com/gemini-code-assist/docs/review-github-code) - "Review GitHub code using Gemini Code Assist" |
40 | 42 | * [Shippie](https://github.com/mattzcarey/shippie) - Code review, secrets detection, bug fixes and more. TypeScript + Bun. |
41 | 43 | * [Aetherr Agency DeepDive](https://github.com/Aetherr-Agency/DeepDive/) - "Analyze the quality of your test files, providing insightful feedback and suggestions for improvement." |
42 | 44 |
|
43 | | -## Continuous Code Commenting |
| 45 | +### Continuous Code Commenting |
44 | 46 |
|
45 | 47 | * [GenAI Code Commentor](https://github.com/pelikhan/action-genai-commentor/) - a sample of using GenAIScript for automated commenting of code using GitHub Actions and GitHub Models |
46 | 48 |
|
47 | | -## Continuous Code Optimization |
| 49 | +### Continuous Code Optimization |
48 | 50 |
|
49 | 51 | * [CodeFlash](https://www.codeflash.ai/) ([GitHub App](https://github.com/marketplace/codeflash-ai)) - "CodeFlash finds the fastest version of your Python code through benchmarking with AI-powered optimization, verified for correctness every time" |
50 | 52 |
|
51 | | -## Continuous Test Improvement |
| 53 | +### Continuous Test Improvement |
52 | 54 |
|
53 | 55 | * [SoftwareTesting AI](https://softwaretesting.ai/) - A code quality platform that identifies coverage gaps and suggests how to resolve them |
54 | 56 | * [DiffBlue](https://www.diffblue.com/ci-pipeline/) - Automate continuous unit testing at scale in CI |
|
0 commit comments