https://github.com/usebruno/ai-find-closable-github-issues
Find Closable Github Issues in Repo using AI
https://github.com/usebruno/ai-find-closable-github-issues
Last synced: 5 months ago
JSON representation
Find Closable Github Issues in Repo using AI
- Host: GitHub
- URL: https://github.com/usebruno/ai-find-closable-github-issues
- Owner: usebruno
- License: mit
- Created: 2024-09-18T08:19:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-18T10:02:35.000Z (over 1 year ago)
- Last Synced: 2025-03-20T16:15:18.607Z (about 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# AI Assistant for finding github issues that can be closed
This is a simple AI assistant that uses Anthropic's Claude API to find github issues that can be closed.
It uses a series of JSON files that are loaded from the `data` directory.
## Setup
```bash
# install dependencies
npm install
# copy .env.sample to .env and set the correct environment variables
cp .env.sample .env
# load data
npm run load-data
# analyze data
npm run analyze
```