anomalyco / anomalyco/opencode
[FEATURE]: /verify — run local test and lint pipeline to validate repo state
Open
@simonklee is already working on this.
Since Aug 12, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Requested feature
Add a /verify slash command (inspired by Claude Code's /verify) that runs the local test/lint pipeline to validate the current state of the codebase.
Why
There is no single in-app action to validate repo health. Verification currently requires shelling out to bun test/lint manually, and there is ongoing work to wire TUI unit tests into CI (#41876).
Proposed behavior
/verifydiscovers and runs the project's test + lint commands (package.json scripts, e.g.bun typecheck,bun test, lint).- Streams results inline and reports pass/fail per step; exit code reflects overall result.
- Optional scope (files changed in the current session).
Benefits
- One-shot repo validation before committing or opening a PR.
- Rounds out the workflow:
/verify→/review→/diff.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.