mit einem Klick
rp-reminder
Reminder to use RepoPrompt MCP tools
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Reminder to use RepoPrompt MCP tools
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
Build with rp-cli context builder plan → implement
Build with RepoPrompt MCP tools context builder plan → implement
Deep investigation with rp-cli commands: tools gather evidence, follow-up reasoning synthesizes selected context
Deep investigation with RepoPrompt MCP tools: tools gather evidence, follow-up reasoning synthesizes selected context
Export a ChatGPT-ready Question / Plan / Review prompt using rp-cli
Export a ChatGPT-ready Question / Plan / Review prompt using RepoPrompt MCP tools
| name | rp-reminder |
| description | Reminder to use RepoPrompt MCP tools |
| repoprompt_managed | true |
| repoprompt_skills_version | 30 |
| repoprompt_variant | mcp |
Continue your current workflow using RepoPrompt MCP tools instead of built-in alternatives.
| Task | Use This | Not This |
|---|---|---|
| Find files/content | file_search | grep, find, Glob |
| Read files | read_file | cat, Read |
| Edit files | apply_edits | sed, Edit |
| Create/delete/move | file_actions | touch, rm, mv, Write |
// Search (path or content)
{"tool":"file_search","args":{"pattern":"keyword","mode":"auto"}}
// Read file (or slice)
{"tool":"read_file","args":{"path":"Root/file.swift"}}
{"tool":"read_file","args":{"path":"Root/file.swift","start_line":50,"limit":30}}
// Edit (search/replace)
{"tool":"apply_edits","args":{"path":"Root/file.swift","search":"old","replace":"new"}}
// File operations
{"tool":"file_actions","args":{"action":"create","path":"Root/new.swift","content":"..."}}
{"tool":"file_actions","args":{"action":"delete","path":"/absolute/path.swift"}}
{"tool":"file_actions","args":{"action":"move","path":"Root/old.swift","new_path":"Root/new.swift"}}
// Check selection
{"tool":"manage_selection","args":{"op":"get","view":"files"}}
// Add files for chat context
{"tool":"manage_selection","args":{"op":"add","paths":["Root/path/file.swift"]}}
Continue with your task using these tools.