بنقرة واحدة
rp-reminder
Reminder to use RepoPrompt MCP tools
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Reminder to use RepoPrompt MCP tools
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.