https://github.com/continuedev/skills
https://github.com/continuedev/skills
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/continuedev/skills
- Owner: continuedev
- Created: 2026-02-05T23:50:49.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-02-21T00:42:28.000Z (2 months ago)
- Last Synced: 2026-02-28T11:48:45.323Z (about 2 months ago)
- Language: Shell
- Size: 45.9 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Continue Skills
Reusable skills for Claude Code and other AI agents.
## check
Runs checks locally against your current diff, simulating the GitHub PR checks experience. Use `/check` in your coding agent to review changes before pushing. See [here](https://docs.continue.dev/checks/running-locally) for details.
```bash
npx skills add continuedev/skills --skill check
```
## writing-checks
Teaches your agent how to write Continue check files — markdown-defined AI agents that review pull requests. You can run them [locally](https://docs.continue.dev/checks/running-locally) or [in CI](https://docs.continue.dev/checks/running-in-ci).
```bash
npx skills add continuedev/skills --skill writing-checks
```
## all-green
Gets a PR to a mergeable state by addressing review comments, resolving merge conflicts, and fixing failing CI checks.
```bash
npx skills add continuedev/skills --skill all-green
```
## scan
Audits a codebase against another skill's criteria using a parallel agent team, producing a structured findings report with optional automated fixes.
```bash
npx skills add continuedev/skills --skill scan
```