anomalyco / anomalyco/opencode

[FEATURE]: /verify — run local test and lint pipeline to validate repo state

Open
#41,912 1 comment 0 reactions 1 assignee View on GitHub

@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

  • /verify discovers 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.