بنقرة واحدة
check
Quick health check (lint, types, tests)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Quick health check (lint, types, tests)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
List and invoke specialized agents
Create and manage agent teams for multi-agent coordination
Enhance ForemanOS construction document processing pipeline — vision extraction, RAG retrieval, material takeoffs, and cross-reference resolution for construction plans (PDF). Triggers when working on: document-processor-batch.ts (vision prompts), intelligence-orchestrator.ts (Phase A/B/C pipeline), rag.ts (scoring/retrieval), takeoff-memory-service.ts (material quantities), symbol-learner.ts (symbol recognition), or any Prisma schema changes to Document/DocumentChunk/DrawingType/SheetLegend/MaterialTakeoff. Also triggers for: new extraction modules, plan processing improvements, RAG tuning for construction queries, or material takeoff accuracy work.
API route scaffolding
Smart commit with message
Daily standup summary
| name | check |
| description | Quick health check (lint, types, tests) |
Run a quick health check on the codebase.
# Type check
npx tsc --noEmit
# Lint
npm run lint
# Quick tests
npm test -- __tests__/smoke --run
## Health Check
### TypeScript
- Status: ✓ Pass / ✗ Fail
- Errors: X
### ESLint
- Status: ✓ Pass / ✗ Fail
- Warnings: X
- Errors: X
### Smoke Tests
- Status: ✓ Pass / ✗ Fail
- Passed: X
- Failed: X
### Overall: [Healthy/Issues Found]
| Issue | Command |
|---|---|
| Lint auto-fix | npm run lint -- --fix |
| Prisma types | npx prisma generate |
| Missing deps | npm install |