Skip to content

chore: publish the pm-workflow skill at project scope - #23

Merged
AlaskanTuna merged 1 commit into
mainfrom
chore/publish-pm-workflow-skill
Jul 30, 2026
Merged

chore: publish the pm-workflow skill at project scope#23
AlaskanTuna merged 1 commit into
mainfrom
chore/publish-pm-workflow-skill

Conversation

@AlaskanTuna

Copy link
Copy Markdown
Owner

Summary

Vendors the PM-orchestrated planner/programmer/qa workflow skill (v2.1.1) into the repo at project scope, so collaborators get it on clone.

  • Canonical copy lives in .agents/skills/pm-workflow/ (tool-agnostic)
  • .claude/skills/pm-workflow is a repo-relative symlink (mode 120000, target ../../.agents/skills/pm-workflow), so it resolves for anyone who clones

Scoping — what is deliberately NOT published

This repo runs the workflow in private visibility mode, so everything else workflow-related stays local. Verified via git add -An . dry-run that the only exposed paths are the skill itself:

  • .claude/projects/ — session memory and a user profile — excluded
  • .claude/agents/, settings.local.json, scheduled_tasks.lock — excluded
  • docs/, root AGENTS.md / CLAUDE.md — excluded

Scanned all 17 skill files for credentials, absolute/local paths, personal identifiers, and project-specific references: clean.

Two exclusion bugs fixed along the way

  1. Incomplete-skill bug. The bare AGENTS.md / CLAUDE.md patterns in .git/info/exclude were unanchored, so they also swallowed the skill's own templates/AGENTS.md and templates/CLAUDE.md. Only 14 of 17 files would have been published — a broken skill. Root-anchored those rules (/AGENTS.md), which was their intent anyway.
  2. settings.local.json was caught by .gitignore; added a narrow negation for the skill's template copy only. Verified it holds no machine-local state ({"fallbackModel": ["sonnet"]}).

Lint

The skill is vendored and replaced wholesale by its own updater, so reformatting it would churn against every upgrade — added to .prettierignore, same precedent as graphify-out/.

  • prettier --check . — exit 0
  • eslint . --max-warnings 68 — exit 0, still exactly 68 warnings (unchanged baseline)
  • Symlink verified stored as mode 120000 with a repo-relative target

Vendors the PM-orchestrated planner/programmer/qa workflow skill into the
repo so collaborators get it on clone. Canonical copy lives in .agents/;
.claude/skills/pm-workflow is a repo-relative symlink to it.

Excluded from Prettier since the skill is replaced wholesale by its own
updater and reformatting would churn against every upgrade.
@AlaskanTuna
AlaskanTuna merged commit 09c4ff8 into main Jul 30, 2026
1 of 2 checks passed
@coderabbitai

coderabbitai Bot commented Jul 30, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@AlaskanTuna, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 8 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: ba592f87-5cf9-49a3-b9dc-f058bbe16f78

📥 Commits

Reviewing files that changed from the base of the PR and between d6dbceb and d637a28.

📒 Files selected for processing (20)
  • .agents/skills/pm-workflow/.version
  • .agents/skills/pm-workflow/SKILL.md
  • .agents/skills/pm-workflow/templates/AGENTS.md
  • .agents/skills/pm-workflow/templates/CLAUDE.md
  • .agents/skills/pm-workflow/templates/agents/planner.md
  • .agents/skills/pm-workflow/templates/agents/programmer.md
  • .agents/skills/pm-workflow/templates/agents/qa.md
  • .agents/skills/pm-workflow/templates/codex-agents/planner.toml
  • .agents/skills/pm-workflow/templates/codex-agents/programmer.toml
  • .agents/skills/pm-workflow/templates/codex-agents/qa.toml
  • .agents/skills/pm-workflow/templates/decisions.md
  • .agents/skills/pm-workflow/templates/plan.md
  • .agents/skills/pm-workflow/templates/progress.md
  • .agents/skills/pm-workflow/templates/roles.md
  • .agents/skills/pm-workflow/templates/settings.local.json
  • .agents/skills/pm-workflow/templates/test.md
  • .agents/skills/pm-workflow/update-check.js
  • .claude/skills/pm-workflow
  • .gitignore
  • .prettierignore

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@AlaskanTuna
AlaskanTuna deleted the chore/publish-pm-workflow-skill branch July 30, 2026 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant