cyanluna-git
- 32 skills
- 0 followers
- 6 hours ago last updated
- ▌
- ▌
- ▌
- ▌
- ▌ Cpet DB React Best Practices · cyanluna-git bundleReact and Next.js performance optimization guidelines for CPET.db. Tailored for three-tier architecture with Vercel frontend, Google Cloud Run backend, and Supabase database. Use when writing, reviewing, or refactoring React components, data fetching, or optimizing performance.
- ▌
- ▌
- ▌
- ▌ Gemini Claude Loop · cyanluna-gitGemini-Claude Engineering Loop 방법론을 적용하여 계획, 검토, 구현의 3단계 프로세스로 안전하고 품질 높은 코드를 작성합니다.
- ▌ Vercel Best Practice · cyanluna-gitVercel Engineering의 React/Next.js 성능 최적화 가이드라인을 적용하여 렌더링 성능, 번들 크기, API 호출을 최적화합니다.
- ▌ Javis Init · cyanluna-gitInitialize a Javis workflow or project context. Use when the user asks to start Javis, initialize Javis for the current repo, bootstrap Javis state, or prepare the project for later Javis story/review work.
- ▌
- ▌ Javis Story · cyanluna-git bundleDefine, refine, or implement a Javis story workflow for the current repository. Use when the user asks to create a story, break down a requirement into a story, prepare acceptance criteria, or execute work for a named Javis story.
- ▌ Javis Deploy · cyanluna-git bundleDeploy the Javis viewer frontend to the remote server with sw-portal.atlascopco.group as the canonical host. Use when the user says "배포해줘", "deploy viewer", or "publish Jarvis".
- ▌
- ▌ Javis Sync Deploy · cyanluna-git bundlePulls latest data from Jira/Confluence to the local database and then deploys that data to the remote Javis server (10.182.252.32). Use when the user wants to update the remote server's database with current data.
- ▌ Kanban · cyanluna-git bundleManage project tasks in a local SQLite DB (~/.claude/kanban-dbs/{project}.db). Supports task CRUD (add, edit, move, remove), board viewing, session context persistence, and statistics. For pipeline orchestration use /kanban-run, for requirements refinement use /kanban-refine. Run /kanban-init first to create the local DB.
- ▌ Review Pr · cyanluna-git bundlePR code review. Input URL → code analysis → post structured review comment + save MD. Auto-detects domain (backend/frontend/PLC). Usage: /review-pr <PR_URL>
- ▌
- ▌ Review Plc · cyanluna-git bundleCODESYS ST 코드 리뷰. PR의 PLC 코드를 Infrastructure 아키텍처, 네이밍 규칙, 시퀀스 데드락, 모듈화 관점으로 분석. 사용법: /review-plc <PR_URL>
- ▌ Kanban Init · cyanluna-git bundleInitialize the current project in local SQLite kanban. Creates ~/.claude/kanban-dbs/{project}.db and writes local config. Usage: /kanban-init or /kanban-init my-project-name. Run with /kanban-init.
- ▌ Kanban Spec · cyanluna-gitTurn vague intent into a precise, executable spec through 5 structured phases, then optionally create a kanban task. Use when starting something new that needs proper scoping before refinement. Complements /kanban-refine (which refines existing tasks).
- ▌
- ▌ Worklog Sync · cyanluna-git bundleSync kanban board tasks to EOB weekly worklogs. Reads completed/in-progress kanban cards, maps them to worklog projects, estimates hours from timestamps, aggregates by day, and submits via the EOB API.
- ▌ Kanban Refine · cyanluna-gitRefine backlog requirements through structured user interview. Turns rough task descriptions into concrete, actionable requirements with goal, scope, acceptance criteria, and edge cases.
- ▌ Kanban Explore · cyanluna-gitCodebase exploration skill for uncertain implementation direction. Deeply explores the codebase, produces a direction report, and creates phased kanban tasks. Use when you don't know exactly how to implement something. NOT for direct implementation.
- ▌ Review Backend · cyanluna-git bundleBackend 코드 리뷰. PR의 백엔드 코드를 API 설계, DB, 보안, 동시성, 에러 처리 관점으로 분석. 사용법: /review-backend <PR_URL>
- ▌ Kanban Gen Wiki · cyanluna-git프로젝트의 전체 아키텍처, 목표, 주요 결정사항을 wiki/ 디렉토리에 합성하여 정리합니다. 첫 실행 시 전체 생성, update로 변경분 반영. 매 카드가 아닌 프로젝트 수준의 지식을 정리합니다.
- ▌ Review Frontend · cyanluna-git bundleFrontend 코드 리뷰. PR의 프론트엔드 코드를 컴포넌트 설계, 상태 관리, 렌더링 성능, 접근성 관점으로 분석. 사용법: /review-frontend <PR_URL>
- ▌ Kanban Batch Run · cyanluna-git bundleRun multiple kanban tasks end-to-end in Rolling Wave order — refine each task based on the prior card's actual implementation, then implement, then verify, then refine the next. Use for epic-level batch execution. --big-bang flag disables rolling wave for simple independent tasks.
- ▌ Kanban Heartbeat · cyanluna-gitScan kanban boards for stagnant tasks and optionally mark them. Detects tasks with no agent activity for N days (default 3), outputs a markdown report table, and appends Heartbeat entries to agent_log unless --dry-run.
- ▌ Project Kickstart · cyanluna-gitFull project pipeline — SRS → Plan → Tasks + TDD → Rolling Wave Execute. Use when starting a new project or major feature from scratch. Default mode is Rolling Wave (implement one → verify → refine next → repeat). Use --big-bang for old all-upfront refine style.