feat: install Partiful skill for supported agents - #73
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Warning Review limit reached
Next review available in: 58 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the 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 configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (7)
📝 WalkthroughWalkthroughAdds ChangesUnified skill installer
Estimated code review effort: 4 (Complex) | ~45 minutes Sequence Diagram(s)sequenceDiagram
participant Operator
participant PartifulCLI
participant SkillInstaller
participant AgentDirectory
participant OpenClawWorkspace
Operator->>PartifulCLI: run skill install or uninstall
PartifulCLI->>SkillInstaller: pass agent and flags
SkillInstaller->>AgentDirectory: inspect, copy, or remove skill
SkillInstaller->>OpenClawWorkspace: clean legacy links for OpenClaw
SkillInstaller-->>PartifulCLI: return structured JSON result
PartifulCLI-->>Operator: print result and exit status
Possibly related PRs
✨ Finishing Touches 💡 1⚔️ Resolve merge conflicts 💡
📝 Generate docstrings
🧪 Generate unit tests (beta)
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. Comment |
9ba10f5 to
2dcd66e
Compare
Summary
partiful skill install <agent>andpartiful skill uninstall <agent>partifulskill with provenance and content hashespartiful-*symlinks without touching unrelated linksStack
Targets
feat/singular-partiful-skillfrom #71. This branch does not contain or depend on the RSVP questionnaire branch.Verification
npm test: 228 passed, 6 skippednpm run typecheck: passedgit diff --check: passedSummary by CodeRabbit
New Features
partiful skill install <agent>to install the Partiful skill for supported AI agents.partiful skill uninstall <agent>with safe removal and optional OpenClaw legacy cleanup.Documentation