|
6 | 6 |
|
7 | 7 | ## Categories |
8 | 8 |
|
9 | | -### Continuous Intelligence |
10 | | - |
11 | | -* [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. |
12 | | -* [Open Journals: Find Similar Papers](https://github.com/openjournals/find-similar-papers) - Find similar journal articles using OpenAI embeddings |
13 | | - |
14 | | -### Continuous Team Communication |
15 | | - |
16 | | -* [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 |
17 | | -* [GenAI Pull Request Descriptor](https://github.com/pelikhan/action-genai-pull-request-descriptor/) - a sample GenAIScript action that updates a pull request description. |
18 | | -* [Video Asset Analyzer](https://github.com/pelikhan/action-genai-video-issue-analyzer) - a sample GenAIScript action that analyzes videos attached as assets to issues. |
19 | | -* [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. |
20 | | - |
21 | 9 | ### Continuous Triage |
22 | 10 |
|
23 | 11 | * [GenAI Issue Labeller](https://github.com/pelikhan/action-genai-issue-labeller) - a sample of using GenAIScript for automated labelling of issues |
|
59 | 47 | * [SoftwareTesting AI](https://softwaretesting.ai/) - A code quality platform that identifies coverage gaps and suggests how to resolve them |
60 | 48 | * [DiffBlue](https://www.diffblue.com/ci-pipeline/) - Automate continuous unit testing at scale in CI |
61 | 49 |
|
| 50 | +### Continuous Intelligence |
| 51 | + |
| 52 | +* [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. |
| 53 | +* [Open Journals: Find Similar Papers](https://github.com/openjournals/find-similar-papers) - Find similar journal articles using OpenAI embeddings |
| 54 | + |
| 55 | +### Continuous Team Communication |
| 56 | + |
| 57 | +* [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 |
| 58 | +* [GenAI Pull Request Descriptor](https://github.com/pelikhan/action-genai-pull-request-descriptor/) - a sample GenAIScript action that updates a pull request description. |
| 59 | +* [Video Asset Analyzer](https://github.com/pelikhan/action-genai-video-issue-analyzer) - a sample GenAIScript action that analyzes videos attached as assets to issues. |
| 60 | +* [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. |
| 61 | + |
62 | 62 | ### Continuous Moderation |
63 | 63 |
|
64 | 64 | * [AI Community Moderator](https://github.com/benbalter/ai-community-moderator) - Analyze issues, pull requests, discussions, and comments for adherence to contribution guidelines and codes of conduct |
65 | 65 |
|
66 | 66 | ### Continuous AI Engineering |
67 | 67 |
|
68 | 68 | * [Continuous alignment testing](https://github.com/thisisartium/continuous-alignment-testing) - A framework for implementing Continuous Alignment Testing (CAT) for LLM-based applications. |
| 69 | +* [Using GitHub Models for continuous evals](https://docs.github.com/en/github-models/use-github-models/evaluating-ai-models) - Test and compare AI model outputs using evaluators and scoring metrics in GitHub Models |
69 | 70 |
|
70 | 71 | ### Utilities |
71 | 72 |
|
|
0 commit comments