growilabsgrowilabsOfficialยท36 Agent Skills Included

growi

Spec-driven development and testing skills for the GROWI wiki codebase

Guides AI agents through spec-driven development on the GROWI wiki platform, from requirements and design to task execution. Automates test writing, flaky CI detection, GitHub issue investigation, and Mongoose-to-Prisma migrations without manual boilerplate. Enforces review gates and completion checks so agents ship verified, production-ready code faster.
npx skills add growilabs/growi --all -g -y
Available:

Tells the AI agent how the GROWI monorepo is organized, which rules and skills to load, and how to run the kiro spec-driven workflow from requirements through validated implementation.

All Skills in This Repository (36)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
growilabsgrowilabs

kiro-spec-status

Generate a concise, accurate news summary from a provided text.

Official
Advanced
๐Ÿ“ฆ In Repo
growilabsgrowilabs

kiro-spec-quick

Generate complete feature specifications with spec.json, requirements.md, design.md, and tasks.md.

Official
Advanced
๐Ÿ“ฆ In Repo
growilabsgrowilabs

kiro-impl

Coordinate deterministic subagents to implement approved tasks with validation and git commits.

Official
Advanced
๐Ÿ“ฆ In Repo
growilabsgrowilabs

kiro-validate-gap

Analyze gaps between requirements and codebase to produce structured implementation options.

Official
Advanced
๐Ÿ“ฆ In Repo
growilabsgrowilabs

kiro-spec-tasks

Generate executable task plans from requirements and design files.

Official
Advanced
๐Ÿ“ฆ In Repo
growilabsgrowilabs

kiro-spec-design

Convert requirements into a technical design blueprint with explicit boundaries.

Official
Advanced
๐Ÿ“ฆ In Repo
growilabsgrowilabs

kiro-spec-init

Initialize a unique spec directory with template-generated spec.json and requirements.md files.

Official
Advanced
๐Ÿ“ฆ In Repo
growilabsgrowilabs

kiro-verify-completion

Verify completion claims by enforcing fresh, scope-aligned evidence.

Official
Intermediate
๐Ÿ“ฆ In Repo
growilabsgrowilabs

kiro-spec-requirements

Generate EARS-format requirements from project descriptions and steering context.

Official
Advanced
๐Ÿ“ฆ In Repo
growilabsgrowilabs

kiro-validate-design

Review technical design documents and issue a GO/NO-GO decision.

Official
Advanced
๐Ÿ“ฆ In Repo
growilabsgrowilabs

tech-stack

Document the GROWI monorepo technology stack and standard developer commands.

Official
Intermediate
๐Ÿ“ฆ In Repo
growilabsgrowilabs

kiro-discovery

Determine action paths for work requests and decompose them into specs, updates, or implementation.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install GROWI skills?โ–ผ

Run `npx skills add growilabs/growi --all -g -y` in your terminal to install all skills in this suite globally.

What is spec-driven development in GROWI?โ–ผ

It is a workflow where the AI agent turns a feature idea into requirements, design, and task documents, then implements each task with tests and independent review before marking it done.

Can AI agents detect and fix flaky CI tests?โ–ผ

Yes. The detect-flaky-ci skill scans recent CI runs for non-deterministic failures and files tracking issues, while investigate-flaky-test reproduces the failure, finds the root cause, and proposes a fix.

How does GROWI migrate from Mongoose to Prisma?โ–ผ

The mongoose-to-prisma skill walks the agent through converting one model at a time, updating the Prisma schema, rewriting callers, and keeping the API backward compatible with human approval at each step.

Do these skills work with Claude Code?โ–ผ

Yes. All skills follow the standard SKILL.md format and run directly in Claude Code and other compatible AI coding agents.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’