cyanluna-gitcyanluna-gitCommunityΒ·13 Agent Skills Included

cyanluna.skills

Autonomous kanban pipeline for planning, coding, review, and testing

Runs software tasks through a 7-column kanban pipeline where specialized agents plan, build, review, and test code automatically. Eliminates manual task tracking, vague requirements, and skipped code reviews with structured refinement interviews and scoring rubrics. Includes a web board, batch execution, PR code review, and worklog sync to keep multi-project work organized end to end.
npx skills add cyanluna-git/cyanluna.skills --all -g -y

All Skills in This Repository (13)

Pure Emerald Level Indicators
πŸ“¦ In Repo
cyanluna-gitcyanluna-git

worklog-sync

Sync Kanban board tasks into weekly EOB worklogs via API submissions.

Community
Advanced
πŸ“¦ In Repo
cyanluna-gitcyanluna-git

kanban-explore

Analyze a codebase to produce an exploration report and phased kanban tasks.

Community
Advanced
πŸ“¦ In Repo
cyanluna-gitcyanluna-git

project-kickstart

Automate project lifecycle planning from SRS to rolling-wave execution.

Community
Advanced
πŸ“¦ In Repo
cyanluna-gitcyanluna-git

kanban-refine

Convert vague backlog items into testable requirements through structured interviews.

Community
Intermediate
πŸ“¦ In Repo
cyanluna-gitcyanluna-git

kanban-run

Coordinate six agents to move tasks through a seven-column Kanban pipeline.

Community
Advanced
πŸ“¦ In Repo
cyanluna-gitcyanluna-git

kanban-heartbeat

Scan Kanban boards for stagnant tasks and generate a Markdown report.

Community
Advanced
πŸ“¦ In Repo
cyanluna-gitcyanluna-git

review-backend

Analyze backend PRs across ten review perspectives and generate Korean PR comments.

Community
Advanced
πŸ“¦ In Repo
cyanluna-gitcyanluna-git

review-pr

Fetch Bitbucket PR data, detect code domain, and generate a structured review.

Community
Advanced
πŸ“¦ In Repo
cyanluna-gitcyanluna-git

kanban

Automate Kanban task workflows with a PostgreSQL-backed HTTP API.

Community
Advanced
πŸ“¦ In Repo
cyanluna-gitcyanluna-git

review-frontend

Analyze frontend PR code for component design, state management, hooks, performance, and accessibility.

Community
Intermediate
πŸ“¦ In Repo
cyanluna-gitcyanluna-git

kanban-batch-run

Sequence and batch kanban tasks in planned order using kanban-run workflows.

Community
Advanced
πŸ“¦ In Repo
cyanluna-gitcyanluna-git

review-plc

Automates CODESYS ST code review for pull requests with structured comments and MD reports.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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→