用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/deznode/nosilha --skill pre-release命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Orchestrate end-to-end cultural heritage content creation through a Research, Plan, Author, Verify pipeline for Brava Island and Cape Verdean topics. Use this skill whenever the user wants to create any content for the Nos Ilha platform — heritage pages, directory entries, diaspora stories, cultural practice articles, or historical content. Trigger on "create content", "write about", "draft an article", "content pipeline", "plan content", "author article", "new heritage page", "add directory entry", or any request to produce cultural content. Also supports standalone verification via "verify content", "check accuracy", or "validate content" with a file path argument.
Mapbox GL JS v3+ integration with React 19 for mobile-first cultural heritage maps on Brava Island. Use this skill for any map-related work on the Nos Ilha platform — creating map components, adding markers or popups, implementing geolocation, transforming directory data to GeoJSON, styling cultural site layers, or optimizing map performance. Trigger on "add map", "show locations", "display sites on map", "map component", "markers", "geolocation", "clustering", "GeoJSON", "Mapbox", "interactive map", or any geographic visualization need for the directory.
Conduct web research with multi-source verification for Cape Verdean cultural heritage and general topics. Use this skill whenever the user needs to research anything — historical facts, cultural practices, biographical information, diaspora communities, geographic data, or current events. Trigger on "research", "search for", "find out about", "look up", "investigate", "verify", "fact-check", "what do we know about", or any request requiring web-sourced information. Also invoked by the content-pipeline skill during its Research stage.
基于 SOC 职业分类
| name | pre-release |
| description | Run the full pre-release verification checklist before deploying to production |
| disable-model-invocation | true |
Run the complete pre-release checklist for the Nos Ilha project. This orchestrates all quality gates before deploying to production.
Run these two groups in parallel using separate Bash tool calls:
Frontend group (sequential within group):
cd apps/web && npx tsc --noEmit — TypeScript type checkingcd apps/web && pnpm run lint — ESLintcd apps/web && pnpm run format:check — Prettier formattingcd apps/web && pnpm run validate:content — MDX content validation (frontmatter, links, cross-refs)cd apps/web && pnpm run test:unit — Vitest unit tests (stores, hooks, utils)Backend group (sequential within group):
cd apps/api && ./gradlew ktlintCheck — Kotlin stylecd apps/api && ./gradlew test — Integration tests (requires Docker for Testcontainers)Fail-fast: If ANY step in Phase 1 fails, STOP and report the failure. Do not proceed to Phase 2.
Run sequentially after Phase 1 passes:
cd apps/web && pnpm run build — Next.js production build (Velite content processing + Pagefind search index)Fail-fast: If build fails, STOP. Do not proceed to Phase 3.
Run after successful build:
cd apps/web && pnpm run test:e2e — Playwright E2E tests (6 specs: auth login/logout, directory browsing, map interaction, homepage, culture flyout)Note: Playwright config auto-starts the dev server via webServer config — no manual server start needed.
After E2E tests pass, use the playwright:playwright-cli skill to visually verify key pages:
playwright:playwright-cli skill firsthttp://localhost:3000)http://localhost:3000/directory)http://localhost:3000/directory/restaurant)http://localhost:3000/explore)After all phases complete, output a summary table:
Pre-release Verification Results
================================
Phase 1 — Lint & Test
TypeScript ............. PASS/FAIL
ESLint ................. PASS/FAIL
Prettier ............... PASS/FAIL
Content validation ..... PASS/FAIL
Unit tests ............. PASS/FAIL
Kotlin lint ............ PASS/FAIL
Backend tests .......... PASS/FAIL
Phase 2 — Build
Next.js build .......... PASS/FAIL
Phase 3 — E2E
Playwright tests ....... PASS/FAIL
Phase 4 — Visual
Screenshots ............ REVIEWED/SKIPPED
Overall: READY / NOT READY for release
task setup completed)pnpm install in apps/web, Gradle wrapper in apps/api)