Ru
Ru generates creative, evocative short poems based on a single word prompt, offering instant artistic inspiration and unique textual snippets.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add ru npx -- -y @trustedskills/ru
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"ru": {
"command": "npx",
"args": [
"-y",
"@trustedskills/ru"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
RU is a Bash CLI tool designed to synchronize and manage dozens or hundreds of GitHub repositories. It goes beyond simple synchronization by incorporating an AI-assisted code review system and agent-sweep capability for automatically processing uncommitted changes across your projects. RU aims to automate tedious tasks like manual git pull commands, prevent merge conflicts, and coordinate AI agents working across multiple repositories.
When to use it
- You manage a large number of GitHub repositories (47+).
- You want to automate the synchronization process for your repositories.
- You need assistance with code review using AI tools like Claude Code.
- You have uncommitted changes that you want to automatically process and commit across multiple projects.
- You want to streamline the management of issues and pull requests across many repositories.
Key capabilities
- Repository Synchronization: Synchronizes GitHub repositories, supporting parallel execution for speed.
- AI-Assisted Code Review: Orchestrates AI code review workflows using tools like Claude Code. Includes a two-phase process: discovery (planning) and application (review & quality gates).
- Agent Sweep: Automatically processes uncommitted changes across projects.
- Repo Management: Allows adding, removing, listing, and pruning repositories from the synchronization list.
- Status Checks: Provides read-only status checks for repositories.
- JSON Output: Supports JSON output for scripting and automation.
Example prompts
While RU is a CLI tool, here are examples of how you might instruct an agent to use it:
- "Run
ru sync -j8to synchronize all my configured repositories in parallel." - "Use
ru status --jsonto check the status of my repositories and report any errors." - "Execute
ru doctorto perform a system health check on RU."
Tips & gotchas
- Git Plumbing: RU relies on Git plumbing commands for reliability, avoiding parsing human-readable output.
- Stream Separation: Human-readable output is directed to
stderr, while data is sent tostdout. Use tools likejqto process JSON output effectively. - No Global cd: All git operations are performed using
git -C .to avoid changing the current working directory.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.