بنقرة واحدة
policy-guide
Update the combined policy-writing guide page and keep linked routes, metadata, tests, and docs in sync.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Update the combined policy-writing guide page and keep linked routes, metadata, tests, and docs in sync.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Introduce React Hook Form + Zod for form state, validation, and typed submission flows.
Add or update URL redirects in the server redirect registry, with status-code rationale and E2E coverage.
Configure the private route as a hidden admin utility. Moves credentials to env vars; operator updates .env using .envTemplate instructions. No credentials passed to the skill.
Migrate the current REST API usage to TanStack Query with server-state caching, invalidation, and progressive rollout.
Replace GitHub Actions CI with GitLab CI/CD while preserving the same lint, typecheck, and Playwright E2E behavior and updating docs for gitlab.com settings.
Migrate the client UI layer from Chakra UI to shadcn/ui and fully remove Chakra dependencies.
| name | policy-guide |
| description | Update the combined policy-writing guide page and keep linked routes, metadata, tests, and docs in sync. |
Use this skill when changing legal-policy guidance content in the app.
Maintain one shared page that explains how to author real Terms of Service and Privacy Policy documents for a production deployment.
src/client/pages/Policies.tsxPageMeta title/description aligned to content changes.src/client/App.tsx — Ensure /policies route renders the guide.src/client/ui/layout/footer.tsx — Keep footer link pointing to /policies./privacy, /terms), verify they redirect to /policies.src/client/locales/.src/server/controllers/sitemap.ts — Ensure sitemap references /policies.playwright/e2e/seo/page-meta.spec.ts — Keep metadata assertions in sync.Unreleased entry for major policy-guide updates.npm run lintnpm run type-checknpm run test:e2e -- --spec playwright/e2e/seo/page-meta.spec.ts/policies/policies).