Skip to content

docs: update skills for v0.8.0 new features#14

Merged
codewizdave merged 8 commits into
mainfrom
docs/update-skills-v0.8
Apr 7, 2026
Merged

docs: update skills for v0.8.0 new features#14
codewizdave merged 8 commits into
mainfrom
docs/update-skills-v0.8

Conversation

@codewizdave
Copy link
Copy Markdown
Owner

@codewizdave codewizdave commented Apr 7, 2026

Summary

Update Reddit CLI skills documentation to reflect v0.8.0 features:

  • Add Rich terminal output to key features
  • Document --format and --output options for all commands
  • Document shell completion command (reddit completion)
  • Document multiple export formats (display, csv, sql, json, xlsx)

Files Changed

  • skills/reddit-cli/SKILL.md - Main skill file with new features
  • skills/reddit-cli/features/browse.md
  • skills/reddit-cli/features/search.md
  • skills/reddit-cli/features/navigation.md
  • skills/reddit-cli/features/comments.md
  • skills/reddit-cli/features/post.md
  • skills/reddit-cli/features/subreddit.md

🤖 Generated with Claude Code

Summary by CodeRabbit

Release Notes

  • New Features

    • Added multiple export format options (CSV, SQL, JSON, XLSX) for browse, search, comments, and post commands
    • Introduced shell completion support for bash, zsh, fish, and PowerShell
    • Added file caching with 5-minute duration
    • Added --output option to save results directly to files
  • Documentation

    • Updated command documentation with new format and output options

codewizdave and others added 7 commits April 3, 2026 10:47
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>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 7, 2026

Warning

Rate limit exceeded

@AliiiBenn has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 14 minutes and 5 seconds before requesting another review.

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 @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 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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 5aadfc71-26c6-4e82-868e-57bcd4b4d59b

📥 Commits

Reviewing files that changed from the base of the PR and between 93ad741 and 3b7c806.

📒 Files selected for processing (6)
  • skills/reddit-cli/features/browse.md
  • skills/reddit-cli/features/comments.md
  • skills/reddit-cli/features/navigation.md
  • skills/reddit-cli/features/post.md
  • skills/reddit-cli/features/search.md
  • skills/reddit-cli/features/subreddit.md
📝 Walkthrough

Walkthrough

Version bump from 0.6.0 to 0.8.1 in pyproject.toml. Documentation updates across the reddit-cli skill adding --format and --output CLI options to multiple feature commands (browse, comments, navigation, post, search, subreddit) with support for display, csv, sql, json, and xlsx output formats.

Changes

Cohort / File(s) Summary
Version Update
pyproject.toml
Bumped project and towncrier versions from 0.6.0 to 0.8.1.
Feature Documentation
skills/reddit-cli/SKILL.md
Added feature bullets for rich terminal output, multiple export formats, shell completion support, and file caching. Documented new --format and --output options with format table and installation example for shell completion.
CLI Options Documentation
skills/reddit-cli/features/browse.md, search.md, navigation.md, subreddit.md
Added --format (display, csv, sql, json, xlsx) and --output options to respective command documentation.
CLI Options Documentation
skills/reddit-cli/features/comments.md
Added --format and --output options to both "Comments Options" and "Single Comment Options" sections.
CLI Options Documentation
skills/reddit-cli/features/post.md
Created new "Options" section with --format and --output options documentation.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 A version hops from point-six to eight-point-one so fine,
With format flags and output streams that align in perfect line,
Through browse, search, and comments too, the options spread like clover,
Documentation dancing forth—the feature release rollover! 📄✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: updating documentation for v0.8.0 new features across multiple skill files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/update-skills-v0.8

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.

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>
Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

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

📥 Commits

Reviewing files that changed from the base of the PR and between 064452b and 93ad741.

📒 Files selected for processing (8)
  • pyproject.toml
  • skills/reddit-cli/SKILL.md
  • skills/reddit-cli/features/browse.md
  • skills/reddit-cli/features/comments.md
  • skills/reddit-cli/features/navigation.md
  • skills/reddit-cli/features/post.md
  • skills/reddit-cli/features/search.md
  • skills/reddit-cli/features/subreddit.md


## Output Formats

All browse/search/Comments commands support `--format`:
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

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.

Suggested change
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.

@codewizdave codewizdave merged commit baa824b into main Apr 7, 2026
3 checks passed
@coderabbitai coderabbitai Bot mentioned this pull request Apr 10, 2026
3 tasks
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