Skip to content

chore(skills): /feature claim flips board status to In progress#3830

Closed
PierreBrisorgueil wants to merge 1 commit into
masterfrom
chore/feature-claim-board-status
Closed

chore(skills): /feature claim flips board status to In progress#3830
PierreBrisorgueil wants to merge 1 commit into
masterfrom
chore/feature-claim-board-status

Conversation

@PierreBrisorgueil

Copy link
Copy Markdown
Contributor

Summary

  • What changed: Added Phase 0.0 step 3b to .claude/skills/feature/SKILL.md — after a successful /feature #N claim (assignee set + WIP comment posted), a best-effort call to infra/marketplace/shared/board-status.sh flips the corresponding GitHub Project board item to In progress.
  • Why: Devkit half of the infra board auto-lifecycle. Infra commit 58a076c (pierreb-projects/infra) ships board-status.sh; this PR wires the call into the Node /feature skill. Phase 0.0 step 3b is best-effort: silent no-op when running off-machine or in a boardless org, so the claim flow is never blocked. /dev:roadmap in-progress-sync remains the safety net for any gaps.
  • Related issues: none (chore)

Scope

  • Module(s) impacted: .claude/skills/feature/SKILL.md (docs/skill only)
  • Cross-module impact: none
  • Risk level: low

Validation

  • npm run lint — N/A (markdown only, no code changed)
  • npm test — N/A (no code changed)
  • Manual checks done (if applicable) — skill text verified against infra board-status.sh interface

Guardrails check

  • No secrets or credentials introduced (.env*, secrets/**, keys, tokens)
  • No risky rename/move of core stack paths
  • Changes remain merge-friendly for downstream projects
  • Tests added or updated when behavior changed — N/A (docs-only)

Notes for reviewers

  • Pure markdown/docs change — zero runtime impact on the Node stack itself.
  • The Vue side ships the byte-identical edit in a sibling PR (pierreb-devkit/Vue).
  • The board-status.sh script is best-effort by design: it exits 0 silently if the infra repo is not accessible or the project board is not configured, so downstream projects are never affected.
  • Mergeability: no conflicts expected; docs-only patch.

Phase 0.0 step 3b — best-effort call to infra's board-status.sh after a
successful claim (bubbles sub-issue flips to the parent epic). Silent
no-op off-machine / boardless org; /dev:roadmap in-progress-sync is the
safety net.
Copilot AI review requested due to automatic review settings June 11, 2026 12:33
@PierreBrisorgueil PierreBrisorgueil added the Chore release label Jun 11, 2026
@PierreBrisorgueil PierreBrisorgueil self-assigned this Jun 11, 2026
@coderabbitai

coderabbitai Bot commented Jun 11, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@PierreBrisorgueil, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 25 minutes and 59 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more credits in the billing tab to continue.

⌛ How to resolve this issue?

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.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 08100e08-03f8-4604-a064-6ff6ef3ef815

📥 Commits

Reviewing files that changed from the base of the PR and between 9cc760d and 9113073.

📒 Files selected for processing (1)
  • .claude/skills/feature/SKILL.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/feature-claim-board-status

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 and usage tips.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the /feature #N claim flow documentation so that, after assigning yourself and posting the canonical WIP comment, the skill makes a best-effort call into the infra board-status.sh helper to set the related GitHub Project board item to In progress.

Changes:

  • Add Phase 0.0 step 3b to flip the issue (and parent epic, if applicable) to In progress via infra/marketplace/shared/board-status.sh.
  • Document that the board update is explicitly best-effort and must not block the claim flow.

Comment on lines +61 to +62
_bs=/Users/pierrebrisorgueil/Documents/Dev/github/pierreb-projects/infra/marketplace/shared/board-status.sh
[ -f "$_bs" ] && bash "$_bs" "$(gh repo view --json nameWithOwner -q .nameWithOwner)#<N>" "In progress" || true
[ -f "$_bs" ] && bash "$_bs" "$(gh repo view --json nameWithOwner -q .nameWithOwner)#<N>" "In progress" || true
```

Best-effort by design: script missing (machine without the infra checkout), org without a board (comes/montaine), or issue not yet on the board → silent no-op; `/dev:roadmap` in-progress-sync is the safety net. Never set Ready or Done from here.
@PierreBrisorgueil

Copy link
Copy Markdown
Contributor Author

Closing — this leaks personal-environment details into an open-source stack: a hardcoded home-dir path and a reference to a private infra board-automation script. Board-status automation belongs in private infra, not the open-source /feature skill. Reverting.

@PierreBrisorgueil PierreBrisorgueil deleted the chore/feature-claim-board-status branch June 11, 2026 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Chore release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants