Skip to main content
daydeda
GitHub 제작자 프로필

daydeda

3개 GitHub 저장소에서 수집된 17개 skills를 저장소 단위로 보여줍니다.

수집된 skills
17
저장소
3
업데이트
2026년 8월 12일
저장소 탐색

저장소와 대표 skills

changelog
소프트웨어 개발자

Generate the next period update file in updates/ for ActiveCAMT, in the established Thai house style (date-range filename, ฝั่งนักศึกษา + ฝั่งทีม sections, Discord/funding framing). Summarizes the git commits since the last update file. Use when the user wants to…

2026년 8월 12일
ship
소프트웨어 개발자

Ship the current changes end-to-end for ActiveCAMT. Branch off main, commit, push, open a PR, merge it into main, delete the branch (local + remote), tag the merge with a semver version + description, cut a GitHub release, and record the day's entry in…

2026년 8월 12일
new-admin-route
소프트웨어 개발자

Scaffold a new admin API route (src/app/api/admin/**/route.ts) pre-wired with ActiveCAMT's security pattern — server-side auth() role gate, Zod validation, and a db.transaction that writes an AuditService audit log. Use when adding any admin/staff API…

2026년 7월 12일
scanner-verify
소프트웨어 품질 보증 분석가·테스터

Structured end-to-end verification of ActiveCAMT's QR attendance scan flow and the PDPA medical-gating-by-role invariant — the most regression-prone subsystem (it caused a 5-PR loop). Use before merging/deploying any change to the scanner, scan API, qr-token,…

2026년 7월 12일
verify
소프트웨어 품질 보증 분석가·테스터

Runtime-verify a change in ActiveCAMT by driving the real app (admin UI / API) with a dev-bypass login against the local DB. Use before calling a change done.

2026년 7월 8일
safe-deploy
소프트웨어 개발자

Safe deploy + DB migration checklist for ActiveCAMT (Next.js; self-hosted Docker+Postgres via Portainer, or legacy Vercel+Supabase). Use before deploying any change that touches the database schema, or before deploying code that reads a new or changed column.…

2026년 6월 24일
audit-verify
정보 보안 분석가

Verify the integrity of ActiveCAMT's append-only audit-log hash chain (tamper evidence) by running AuditService.verifyChainIntegrity — via the existing GET /api/admin/audit-verify route or a local script. Use before a deploy/migration that touches audit_logs…

2026년 6월 18일
db-local
네트워크·컴퓨터 시스템 관리자

Bring up the local Docker Postgres (activecamt-db) and run/rehearse DB operations against LOCALHOST (.env.local) — migrations, seeds, studio — never prod. Use before any migration (rehearse locally first), or to get a working local DB for tests/seed data.…

2026년 6월 18일
수집된 skill 12개 중 8개를 표시합니다.
저장소 3개 중 3개 표시
모든 저장소를 표시했습니다