Back to list
CheekyCodexConjurer

verify-changes

by CheekyCodexConjurer

AERA: local-first workstation for quantitative research, visualization, and backtesting.

0🍴 0📅 Jan 6, 2026

SKILL.md


name: Verify Changes description: Use this skill after implementing code to verify correctness before notifying the user.

Verify Changes (QA Protocol)

Use this skill after code changes to meet the AGENTS.md “definition of done”.

When to use

  • After any change that can affect build/runtime behavior.
  • Always after UI/interaction changes (run UI smoke).

Standard checks (run from repo root)

Run these in order; if one fails, fix it before continuing:

  1. Typecheck + minimal lint
npm run check
  1. Backend tests (includes smoke)
npm test
  1. Build bundle (catches bundler/runtime issues)
npm run build

UI smoke (required when UI/interaction changed)

Pre-reqs:

  1. Build the frontend:
npm run build
  1. Start the backend serving dist/ on :4800:
npm run backend:start

Then run:

npm run test:ui:smoke

Notes

  • If you only changed documentation, you can skip these commands.

Score

Total Score

55/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新

+5
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon