rubyrubyOfficialยท2 Agent Skills Included

rdoc

Generate and test Ruby documentation sites with AI assistance

Generates HTML and command-line documentation from Ruby, C, and RBS source files automatically. Audits merged pull requests, verifies release labels, and recommends the correct version bump. Tests the live-reload documentation server end to end, removing manual browser checks and slow release reviews.
npx skills add ruby/rdoc --all -g -y
Available:

Gives the AI agent the project's build, test, lint, and documentation commands plus architecture notes so it can work on RDoc and run its skills correctly.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install RDoc skills?โ–ผ

Run `npx skills add ruby/rdoc --all -g -y` in your terminal to install all skills in this suite globally.

What does RDoc do?โ–ผ

RDoc is Ruby's standard documentation tool that turns Ruby, C, and RBS source files into HTML sites and command-line ri documentation.

How to check if a release needs a version bump?โ–ผ

The release-check skill audits all PRs merged since the last tag, verifies their labels, and recommends a major, minor, or patch bump based on semver rules.

How to test the RDoc live preview server?โ–ผ

The test-server skill walks your AI agent through starting rdoc --server, verifying endpoints, checking live-reload, and taking screenshots with Playwright.

Do these skills work with Claude Code?โ–ผ

Yes. All skills follow the standard SKILL.md format and run in Claude Code and other compatible AI coding agents.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’