Skip to content

usebruno/ai-find-closable-github-issues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

# 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

About

Find Closable Github Issues in Repo using AI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published