anti-slop
A GitHub action that detects and automatically closes low-quality and AI slop PRs.
File Explorer
Download Latest Version (.zip)- .gitkeep
- .gitkeep
- FUNDING.yaml
- index.mjs
- release.sh
- undo-release.sh
- branch-checks.ts
- commit-checks.ts
- description-checks.ts
- file-checks.ts
- merge-checks.ts
- quality-checks.ts
- size-checks.ts
- template-checks.ts
- title-checks.ts
- user-checks.ts
- comments.ts
- input.ts
- check-result.ts
- context.ts
- index.ts
- inherited-data.ts
- octokit.ts
- settings.ts
- template-section.ts
- user-profile.ts
- actions.ts
- api.ts
- context.ts
- exemptions.ts
- index.ts
- inherited.ts
- main.ts
- report.ts
- settings.ts
- allowed-event.json
- blocked-event.json
- .gitignore
- .editorconfig
- .env.example
- .gitattributes
- .gitignore
- .prettierignore
- action.yaml
- bun.lock
- bunfig.toml
- CHANGELOG.md
- eslint.config.ts
- LICENSE
- package.json
- prettier.config.ts
- README.md
- SECURITY.md
- tsconfig.json
- tsdown.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/peakoss/anti-slop
Downloads the entire project code from GitHub to your computer.
cd anti-slop
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
