docs: update skills for v0.8.0 new features#14
Conversation
Co-Authored-By: martyy-code <nesalia.inc@gmail.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add Rich terminal output to key features - Add --format and --output options to all commands - Document shell completion command - Document multiple export formats (csv, sql, json, xlsx) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 14 minutes and 5 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the 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 have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (6)
📝 WalkthroughWalkthroughVersion bump from 0.6.0 to 0.8.1 in pyproject.toml. Documentation updates across the reddit-cli skill adding Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
Add "When to Use" sections to help users choose the right command: - browse.md - For exploring specific subreddits - search.md - For finding posts across Reddit - navigation.md - For frontpage and trending content - comments.md - For reading post discussions - post.md - For viewing specific posts by ID - subreddit.md - For discovering communities Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@skills/reddit-cli/SKILL.md`:
- Line 59: Replace the narrow scope sentence "All browse/search/Comments
commands support `--format`" in SKILL.md with a broader statement that "All
commands support `--format` and `--output`" and update any equivalent scope
lines in the related feature docs (browse.md, search.md, comments.md,
navigation.md, post.md, subreddit.md) so they consistently mention both
`--format` and `--output`; ensure the phrasing matches the updated global
statement and is applied wherever the old sentence appears.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 7cdfe9f6-5d26-43c2-b686-86af46b5e79d
📒 Files selected for processing (8)
pyproject.tomlskills/reddit-cli/SKILL.mdskills/reddit-cli/features/browse.mdskills/reddit-cli/features/comments.mdskills/reddit-cli/features/navigation.mdskills/reddit-cli/features/post.mdskills/reddit-cli/features/search.mdskills/reddit-cli/features/subreddit.md
|
|
||
| ## Output Formats | ||
|
|
||
| All browse/search/Comments commands support `--format`: |
There was a problem hiding this comment.
Expand the scope statement to include all commands.
The statement "All browse/search/Comments commands support --format" is too narrow. Based on the documentation updates across all feature files (browse.md, search.md, comments.md, navigation.md, post.md, subreddit.md), all commands support the --format and --output options.
📝 Proposed fix to make the scope more inclusive
-All browse/search/Comments commands support `--format`:
+All commands support `--format` and `--output`:📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| All browse/search/Comments commands support `--format`: | |
| All commands support `--format` and `--output`: |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@skills/reddit-cli/SKILL.md` at line 59, Replace the narrow scope sentence
"All browse/search/Comments commands support `--format`" in SKILL.md with a
broader statement that "All commands support `--format` and `--output`" and
update any equivalent scope lines in the related feature docs (browse.md,
search.md, comments.md, navigation.md, post.md, subreddit.md) so they
consistently mention both `--format` and `--output`; ensure the phrasing matches
the updated global statement and is applied wherever the old sentence appears.
Summary
Update Reddit CLI skills documentation to reflect v0.8.0 features:
--formatand--outputoptions for all commandsreddit completion)Files Changed
skills/reddit-cli/SKILL.md- Main skill file with new featuresskills/reddit-cli/features/browse.mdskills/reddit-cli/features/search.mdskills/reddit-cli/features/navigation.mdskills/reddit-cli/features/comments.mdskills/reddit-cli/features/post.mdskills/reddit-cli/features/subreddit.md🤖 Generated with Claude Code
Summary by CodeRabbit
Release Notes
New Features
--outputoption to save results directly to filesDocumentation