.cursor/skills/task-management-workflow/SKILL.md
Workflow zmian w Task Management dla modelu TaskList -> TaskTopic -> TaskColumn -> Task, obejmujący UI, resource composables, API, domain i repository.
npx skillsauth add Auriaz/nuxt-stack-starter task-management-workflowInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
TaskList -> TaskTopic -> TaskColumn -> Task.column_id jako głównym punkcie zapisu.shared/schemas/tasks.ts i shared/types/tasks.ts.server/api/tasks/* (parse -> validate -> use-case -> DTO).app/composables/resources/useTasksResource.ts.app/components/Tasks/* i strona app/pages/dashboard/tasks/index.vue.task-list, task-topic, task-column, task) i odświeżanie selektywne.shared/permissions.ts) i kontrola dostępu do list/tematów/kolumn.Promise.allSettled, not-found safety).tools
Wzorzec implementacji composables w app/composables/resources jako jedynej warstwy komunikacji frontend-backend (fetch/API client), bez fetch w komponentach.
development
Implementacja i rozbudowa formularzy z useForm, UForm i walidacją Valibot, w tym mapowanie błędów API 422 issues[] do pól formularza.
development
Tworzenie endpointów API w tym projekcie Nuxt zgodnie z flow schema -> server/api -> domain use-case -> repository -> DTO. Użyj, gdy dodajesz lub modyfikujesz endpoint HTTP.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.