← Back to Skills Marketplace
michailbul

Repo Kanban PM

by Michailbul · GitHub ↗ · v0.1.1
cross-platform ⚠ suspicious
460
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install repo-kanban-pm
Description
Install and enforce a lightweight product-management workflow inside a code repo: feature-as-kanban boards, ROADMAP status tracking, branch/PR conventions, a...
Usage Guidance
This skill appears to do what it promises (create ROADMAP/KANBAN templates and patch AGENTS.md). Before using it: 1) Inspect the two scripts in the repo and test them in a safe environment (a disposable clone or container). 2) If you enable the optional cron, be aware it schedules an autonomous agent run that may call `gh` and run `npx` in the repo — these actions can fetch code or network resources and will include the repo path in the cron announcement. Only enable the cron if you trust the OpenClaw environment/agent (`persey`) and the `openclaw` CLI behavior. 3) If you cannot trust autonomous agents or need stricter control, run init_repo_pm.sh manually and do not add the cron, or remove/adjust the cron message so it doesn't instruct potentially unsafe commands. 4) Consider adding the created documentation via a PR so maintainers can review changes to AGENTS.md and docs before merging.
Capability Analysis
Type: OpenClaw Skill Name: repo-kanban-pm Version: 0.1.1 The skill is classified as suspicious due to the `scripts/add_daily_pm_cron.sh` script, which creates an OpenClaw cron job. This cron job instructs the AI agent to execute external commands like `gh pr list` and `npx tsc --noEmit` as part of its daily PM review process. While these commands are presented as 'lightweight checks' and align with the stated purpose, instructing an AI agent to execute arbitrary external shell commands represents a significant risky capability, even without clear evidence of malicious intent like data exfiltration or backdoors. The `SKILL.md` and other scripts primarily set up documentation and workflow rules, which are benign.
Capability Assessment
Purpose & Capability
The skill's files and instructions align with the stated goal: it creates docs/pm, per-feature KANBAN files, bug intake, and patches AGENTS.md. There are no unrelated credentials or obviously extraneous capabilities in the bundle.
Instruction Scope
SKILL.md and the scripts stay within repo setup/PM enforcement. However, the optional cron payload text instructs the scheduled agent to run checks like `gh pr list` and `npx tsc --noEmit` (the latter can fetch/execute code via npm). While these commands are reasonable for a PM audit, they introduce the possibility of network activity and code execution when the cron-triggered agent runs. The scripts themselves do not immediately execute those commands, but they configure a scheduled autonomous job that will be asked to perform them.
Install Mechanism
This is an instruction-only skill with small helper scripts; nothing is downloaded or extracted and no install spec is present. Risk from install mechanism is low.
Credentials
The skill declares no required environment variables or credentials, which is appropriate. One minor inconsistency: the add_daily_pm_cron.sh script invokes the `openclaw` CLI, but the skill metadata does not declare any required binary; if `openclaw` isn't present the cron-add step will fail. No secrets are requested or needed by the scripts.
Persistence & Privilege
The skill does not force permanent inclusion (always:false). However, the optional add_daily_pm_cron.sh creates an autonomous scheduled agent job (via `openclaw cron add --announce`) that will run daily and perform repo reads and lightweight checks. That scheduled job can execute commands (e.g., gh, npx) and broadcasts the repo path in the cron description/announcement — consider this persistence/autonomy when enabling the cron.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install repo-kanban-pm
  3. After installation, invoke the skill by name or use /repo-kanban-pm
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
Add bugs inbox (docs/pm/bugs) and daily PM cron bug triage enforcement. Clarify when-to-use triggers.
v0.1.0
Initial release: repo ROADMAP + per-feature KANBAN workflow, bugs inbox (docs/pm/bugs), init script, and daily PM cron helper.
Metadata
Slug repo-kanban-pm
Version 0.1.1
License
All-time Installs 1
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Repo Kanban PM?

Install and enforce a lightweight product-management workflow inside a code repo: feature-as-kanban boards, ROADMAP status tracking, branch/PR conventions, a... It is an AI Agent Skill for Claude Code / OpenClaw, with 460 downloads so far.

How do I install Repo Kanban PM?

Run "/install repo-kanban-pm" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Repo Kanban PM free?

Yes, Repo Kanban PM is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Repo Kanban PM support?

Repo Kanban PM is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Repo Kanban PM?

It is built and maintained by Michailbul (@michailbul); the current version is v0.1.1.

💬 Comments