verify
スター10
フォーク0
更新日2026年4月5日 17:55
Build, test, lint the generated application and report results
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Build, test, lint the generated application and report results
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Token-only design polish for landing: accent scale check, optional font / radius overrides in design.ts
Fill packages/landing/src/content/site.ts from brief.md. The landing template already ships to the venture via platform-modules in bootstrap Step 1 — this skill only populates content.
Frontend development task
Apply color palette, typography, logo, and visual branding from brief
Remove sample entities and UI not present in the brief
Generate dashboard page with Recent blocks for each entity from brief
| name | verify |
| description | Build, test, lint the generated application and report results |
| agent | _builder |
| argument-hint |
pnpm install (if not done)pnpm build — both backend and app packagespnpm test — if tests existpnpm lint — if configuredpnpm --filter @<venture>/backend buildpnpm --filter @<venture>/app buildgrep -r "reineira-os/modules" --include="*.ts" --include="*.tsx" --include="*.json"
grep -r "Reineira Modules" --include="*.ts" --include="*.tsx" --include="*.md"
BUILD: ✓ backend ✓ frontend
TESTS: ✓ passed / ⚠ skipped
BRANDING: ✓ no template remnants / ⚠ N remnants found
ENTITIES: ✓ N/N complete
DASHBOARD: ✓ present / ✗ missing
Issues:
- [list any problems]
Run:
cd ../<venture-name>
pnpm dev:backend # port 3000
pnpm dev:app # port 4831