cyanluna.skills
Autonomous kanban pipeline for planning, coding, review, and testing
All Skills in This Repository (13)
Pure Emerald Level Indicatorsworklog-sync
Sync Kanban board tasks into weekly EOB worklogs via API submissions.
kanban-explore
Analyze a codebase to produce an exploration report and phased kanban tasks.
project-kickstart
Automate project lifecycle planning from SRS to rolling-wave execution.
kanban-refine
Convert vague backlog items into testable requirements through structured interviews.
kanban-run
Coordinate six agents to move tasks through a seven-column Kanban pipeline.
kanban-heartbeat
Scan Kanban boards for stagnant tasks and generate a Markdown report.
review-backend
Analyze backend PRs across ten review perspectives and generate Korean PR comments.
review-pr
Fetch Bitbucket PR data, detect code domain, and generate a structured review.
kanban
Automate Kanban task workflows with a PostgreSQL-backed HTTP API.
review-frontend
Analyze frontend PR code for component design, state management, hooks, performance, and accessibility.
kanban-batch-run
Sequence and batch kanban tasks in planned order using kanban-run workflows.
review-plc
Automates CODESYS ST code review for pull requests with structured comments and MD reports.
Frequently Asked Questions
FAQPage SchemaHow to install cyanluna.skills?βΌ
Run `npx skills add cyanluna-git/cyanluna.skills --all -g -y` in your terminal to install all skills globally.
What does the kanban pipeline do?βΌ
It moves each task through requirements, planning, plan review, implementation, code review, and testing, with a dedicated agent handling each stage and signing its work on the task card.
Does it work with Claude Code and Codex?βΌ
Yes. All skills follow the SKILL.md standard and include provider-aware model routing for both Claude Code and Codex.
Can it review pull requests automatically?βΌ
Yes. The review-pr skill fetches a Bitbucket PR, detects whether it is backend, frontend, or PLC code, and posts a structured review comment with a final verdict.
Do I need a server or database to use it?βΌ
No. The core kanban skills run on a local SQLite database per project, and kanban-local works with a single markdown file for small personal projects.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core