ソース情報
- リポジトリ
- deznode/nosilha
- ソースの最終更新活動
- 2026年3月6日 20:22
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/deznode/nosilha --skill pre-releaseコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
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 職業分類に基づく
SKILL.md を表示中
| 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)