Closed
Conversation
|
Important Review skippedToo many files! This PR contains 255 files, which is 105 over the limit of 150. You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing touches🧪 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bundled Skills Catalog
• 45+ production-ready skills bundled directly in the package across 7 categories:
◦ Data — exploration, validation, visualization, SQL queries, dashboards, statistical analysis
◦ Finance — audit support, close management, financial statements, journal entries, reconciliation, variance analysis
◦ Legal — contract review, compliance, NDA triage, legal risk assessment, canned responses, meeting briefings
◦ Office — DOCX generation (with full OOXML schemas), Excel, PowerPoint, PDF
◦ Software — various development skills
◦ Biology — single-cell RNA QC analysis with scverse integration
• Catalog discovery via skill_catalog.py — auto-scans bundled_skills/ directory, parses SKILL.md metadata, supports search/filter by category
/skills install — Interactive TUI Browser
• Browse skills by category with a prompt_toolkit TUI menu
• Shows skill name, description, tags, and install status (✅ already installed)
• Confirmation prompts before install, with force-overwrite option for reinstalls
• Installs to ~/.code_puppy/skills// (copies skill folder without the category wrapper)
/skills Command Overhaul
•
/skills(bare) — now shows a compact Rich overview panel with status, counts, and available subcommands (previously launched TUI immediately)•
/skills tui— launches the interactive TUI manager (moved from bare /skills)•
/skills list— text list of installed skills•
/skills install— browse & install from catalog•
/skills install <id>— install a specific skill by ID•
/skills enable//skills disable— toggle skills integrationAutocomplete
• New SkillsCompleter for prompt_toolkit — typing /skills shows subcommand dropdown (like /mcp does)
• /skills install shows all available bundled skill IDs as completions
• Lazy-loaded catalog with 30s cache for performance