Skip to content

Commit 0a7de26

Browse files
authored
adding shippied
1 parent 2430a4b commit 0a7de26

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
* [Gemini Code Assist](https://developers.google.com/gemini-code-assist/docs/review-github-code) - "Review GitHub code using Gemini Code Assist"
4040
* [Shippie](https://github.com/mattzcarey/shippie) - Code review, secrets detection, bug fixes and more. TypeScript + Bun.
4141
* [Aetherr Agency DeepDive](https://github.com/Aetherr-Agency/DeepDive/) - "Analyze the quality of your test files, providing insightful feedback and suggestions for improvement."
42+
* [shippie](https://github.com/mattzcarey/shippie), Shippie uses Large Language Models to review code in your CI/CD pipeline.
4243

4344
## Continuous Code Commenting
4445

@@ -52,3 +53,25 @@
5253

5354
* [SoftwareTesting AI](https://softwaretesting.ai/) - A code quality platform that identifies coverage gaps and suggests how to resolve them
5455
* [DiffBlue](https://www.diffblue.com/ci-pipeline/) - Automate continuous unit testing at scale in CI
56+
57+
## Programming Frameworks
58+
59+
Any library that can invoke an LLM inference service could be used to create a workflow.
60+
Some of them have builtin support for GitHub Actions and/or GitHub Models.
61+
62+
### YAML (GitHub Actions Yaml)
63+
64+
* [actions/ai-inference](https://github.com/actions/ai-inference): a standard GitHub Action for invoking LLMs direct from YAML
65+
66+
### Shell Scripting:
67+
68+
* [llm](https://llm.datasette.io/) and [llm-github-models](https://github.com/tonybaloney/llm-github-models) to run LLMs in shel scripting
69+
* [ast-grep](https://ast-grep.github.io/): A tool for analyzing and transforming code using abstract syntax trees (ASTs)
70+
71+
### JavaScript/TypeScript
72+
73+
* [GenAIScript](https://https://microsoft.github.io/genaiscript/), a scripting language for GitHub Actions that simplifies the use of AI models and tools in workflows
74+
75+
### Markdown
76+
77+
* [shippie](https://github.com/mattzcarey/shippie), uses Markdown based rules to define LLM-powered code reviews

0 commit comments

Comments
 (0)