원클릭으로
verify-fe
Verify frontend is clean before commit or deploy — runs TypeScript type-check, ESLint, and Vite production build from frontend/
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Verify frontend is clean before commit or deploy — runs TypeScript type-check, ESLint, and Vite production build from frontend/
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create test cases, run QA/QC checks, and ensure code quality. Use when asked to write tests, review code quality, or perform QA. Supports: unit tests, integration tests, coverage analysis, linting, type checking.
Diagnose why the agent isn't calling wiki tools correctly — checks tool registration, system_instruction wiki strategy, and replays a query to trace tool call behavior.
Standard flow for adding a new research paper to MemRAG — upload, wait for wiki ingestion, verify output. Use when onboarding a new paper into the knowledge base.
Inspect wiki state for a user — list all pages, read index.md, show recent log entries. Use when wiki isn't updating correctly after ingestion or when you need to verify wiki content.
Diagnose và fix các vấn đề liên quan đến Google ADK agents, tools, session state, multi-agent communication trong dự án MemRAG.
Run the full pre-push verification sequence — backend lint+format, backend tests, frontend types+lint+build. Stop and report on first failure.
| name | verify-fe |
| description | Verify frontend is clean before commit or deploy — runs TypeScript type-check, ESLint, and Vite production build from frontend/ |
Run the following from frontend/ in order. Stop and report on the first failure.
Type-check: npx tsc --noEmit
Lint: npm run lint
Build: npm run build
tsc && vite build — catches import errors, missing env vars, bundle issuesIf all 3 pass, confirm with a single line: "✓ Frontend verified — types, lint, build all pass."
If anything fails, show the exact error output and stop. Do not suggest fixes unless asked.