Skip to main content

growilabs/growi

SkillsMP는 growilabs/growi에서 30개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
30
GitHub 스타
1,462
GitHub 포크
242

수집된 skill 30개 중 30개를 표시합니다.

직업 분류
미분류
설명

Organize and clean up specification documents after implementation completion. Removes implementation details while preserving essential context for future refactoring.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Review a task implementation against approved specs, task boundaries, and verification evidence. Use after an implementer finishes a task, after remediation, or before accepting a task as complete.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Validate feature-level integration after all tasks are implemented. Checks cross-task consistency, full test suite, and overall spec coverage.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

ESM-ify source files that arrive from a pre-ESM branch when merging into apps/app. Use after merging any branch that predates the v8 ESM migration (long-lived feature branches cut from v7-era master, v7.5 maintenance work) into master or a v8 branch — a git…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

GROWI main application (apps/app) specific commands and scripts. Auto-invoked when working in apps/app.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Write tests that verify observable behavior (contract), not implementation details. Auto-invoked when writing or reviewing tests.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Evaluate the quality of GROWI's suggest-path output by judging each proposed save-path as o (usable) / △ (usable but improvable) / x (not usable) for a document, with a wiki-agnostic plausibility rubric — NOT by matching one "correct" path. For each document…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Fix broken symlinks in .next/node_modules/ — diagnose, decide allowlist vs dependencies, and verify

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Migrate a single Mongoose model file to Prisma, following GROWI's established patterns. Step-by-step with human approval at each stage.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

GROWI main application (apps/app) specific patterns for Next.js, Jotai, SWR, and testing. Auto-invoked when working in apps/app.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

GROWI testing patterns with Vitest, React Testing Library, and vitest-mock-extended (type-safe mocking, avoid type assertions). Auto-invoked when writing or reviewing tests.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Investigate a GitHub issue - fetch info, update labels, analyze code/reproduce, report findings, and optionally fix. Usage: /investigate-issue <issue-url-or-number>

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Auto-invoked when modifying page transition logic, global atom hydration, or the `[[...path]]` dynamic route. Explains the data flow from SSR/client navigation to page rendering, and the hydration-vs-subsequent-sync rule for global atoms…

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Entry point for new work. Determines the best action path or work decomposition (update existing spec, create new spec, mixed decomposition, or no spec needed) and refines ideas through structured dialogue.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement approved tasks using TDD with native subagent dispatch. Runs all pending tasks autonomously or selected tasks manually.

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Create complete specs (requirements, design, tasks) for all features in roadmap.md using parallel subagent dispatch by dependency wave.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Generate comprehensive technical design translating requirements (WHAT) into architecture (HOW) with discovery process. Use when creating architecture from requirements.

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Initialize a new specification with detailed project description

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Quick spec generation with interactive or automatic mode

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Generate EARS-format requirements based on project description and steering context. Use when generating requirements from project description.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Show specification status and progress

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Generate implementation tasks from requirements and design. Use when creating actionable task lists.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Create custom steering documents for specialized project contexts. Use when creating domain-specific steering files.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Maintain .kiro/steering/ as persistent project memory (bootstrap/sync). Use when initializing or updating steering documents.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Interactive technical design quality review and validation. Use when reviewing design before implementation.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Analyze implementation gap between requirements and existing codebase. Use when planning integration with existing systems.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

GROWI apps/app Turbopack configuration, module optimization, and build measurement tooling. Auto-invoked when working in apps/app.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Vendor CSS precompilation system for Turbopack compatibility. How to add third-party CSS to components without violating Pages Router global CSS restriction. Auto-invoked when working in apps/app.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Auto-invoked when modifying origin-based conflict detection, revision validation logic, or isUpdatable() method. Explains the two-stage origin check mechanism for conflict detection and its separation from diff detection.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

GROWI main application (apps/app) architecture, directory structure, and design patterns. Auto-invoked when working in apps/app.

원문 언어: 영어

업데이트
수집된 skill 30개 중 30개를 표시합니다.