ワンクリックで
nezam-health-score
Generate and refresh root HEALTH.md with a plain-language 0-100 project health score across six dimensions.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate and refresh root HEALTH.md with a plain-language 0-100 project health score across six dimensions.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Workspace-level visual asset and canvas pipeline for generating documents, slides, and posters with rich layouts.
Enforces the full-width header / max-width body / full-width footer chrome pattern. Implements the filter+split rendering technique so background bleeds reach the viewport edge while inner content stays constrained.
Apply high-quality frontend design patterns with token-first implementation rules and NEZAM gate compliance.
Run before any design work on an unfamiliar codebase — extracts full UI context (components, layouts, routes, tokens, pages, extractable components) into 6 structured files in .cursor/context/design-init/.
Enforces the two-step design discipline: Step A pixel-perfect ground-truth reproduction → Step B exactly 2 branch variations. Applies to all design work in NEZAM.
Orchestrates high-performance infinite canvas systems, viewport transforms, and spatial indexing.
| skill_id | nezam-health-score |
| name | nezam-Health Score |
| tier | 3 |
| description | Generate and refresh root HEALTH.md with a plain-language 0-100 project health score across six dimensions. |
| version | 1.0.0 |
| updated | "2026-05-08T00:00:00.000Z" |
| changelog | [] |
Produce and maintain a living HEALTH.md at the repository root that summarizes overall project readiness as a plain-language 0–100 scorecard for technical and non-technical stakeholders.
.cursor/state/onboarding.yaml — prd_locked, design_locked, planning_complete, current_phase, build_mode.cursor/state/plan_progress.yaml — seo, ia, content, arch, design_wireframes, scaffold flags.cursor/state/develop_phases.yaml — phase status, testing_passed per phase.nezam/core/prd/PRD.md — presence and line count (>10 non-comment lines = filled)DESIGN.md at repo root — presence and non-blank check.nezam/core/plans/** — artifact presence per planning phasedocs/reports/security/SECURITY_AUDIT.md — pass/fail statusdocs/reports/perf/LIGHTHOUSE_REPORT.md — LCP, CLS, INP valuesdocs/reports/tests/COVERAGE_REPORT.md — coverage percentagedocs/reports/a11y/A11Y_AUDIT.md — WCAG 2.2 AA pass/fail.nezam/core/prd/PRD.md exists and has >10 non-comment lines: +40 ptsonboarding.yaml → prd_locked: true: +20 ptsbuild_mode is set (not empty): +10 ptsDESIGN.md exists at repo root: +30 ptsdesign_locked: true in onboarding.yaml: +30 pts.nezam/core/plans/04-design/DESIGN_CHOICES.yaml or .md exists: +20 pts.nezam/core/plans/design/WIREFRAMES.md exists: +20 ptsdocs/reports/security/SECURITY_AUDIT.md exists: +40 ptsdocs/reports/perf/LIGHTHOUSE_REPORT.md exists: +20 ptsdocs/reports/tests/ directory has at least one file: +20 ptsCOVERAGE_REPORT.md exists: +30 ptstesting_passed: true: +20 pts (proportional).nezam/core/plans/01-research/SEO_RESEARCH.md exists: +20 pts.nezam/core/plans/02-ia/IA_CONTENT.md exists: +20 pts.nezam/core/plans/03-content/CONTENT_MAP.md exists: +20 ptsdocs/reports/a11y/A11Y_AUDIT.md exists: +20 ptsGood (≥80), Warning (50–79), Missing/Partial (<50)>=80 → ✅60-79 → ⚠️<60 → ❌HEALTH.md using the standardized table contract.HEALTH.md exists at repository root after each run.Use this exact section structure in HEALTH.md:
# Project HealthLast updated: <timestamp>Overall: <score>/100 <icon>To improve: <single best next action>/SCAN all must regenerate HEALTH.md after scan completion./GUIDE status must surface a concise HEALTH.md summary first./start gates and /guide status should use the same health summary layer..cursor/commands/scan.md..cursor/commands/guide.md and .cursor/commands/start.md..cursor/rules/docs-reports-policy.mdc.