mimfort

25 mods across 1 repository, 21 stars between them.

mimfort/rag_for_git

Plugin Claude Code

A local Claude Code plugin marketplace for reviewing pull requests and solving coding tasks with code-search context.

21 yesterday A tokens not measured original MIT

rag-reviewer

02

mimfort/rag_for_git

Plugin Claude Code

Agentic PR review: hybrid RAG + code graph via MCP, review skills for Claude Code.

21 yesterday A tokens not measured original MIT

rag_for_git

03

mimfort/rag_for_git

Settings file Claude Code

Agent settings declaring 1 allowed tools.

21 yesterday A tokens not measured original MIT

release

04

mimfort/rag_for_git

Skill Claude CodeCodex

Prepare a release of ragforgit — write human-readable Russian release notes into CHANGELOG.md, bump the version and rebuild plugin manifests. Use when the user asks to cut a release, bump the version, or prepare a dev → main merge ("подготовь релиз", "выпусти версию", "бампни версию", "release notes").

21 yesterday A 76 tokens original MIT

reviewer

05

mimfort/rag_for_git

MCP server Claude CodeCodexCursor +2

MCP server "reviewer" as configured in mimfort/ragforgit. Launched with /bin/bash -lc uvx --from rag-reviewer reviewer-mcp.

21 yesterday A tokens not measured original MIT

mimfort/rag_for_git

Instructions file CodexOpenCode

Instructions for mimfort/rag_for_git, covering ragforgit — codex cli context, install or update rag-reviewer for codex, companion global install for claude code and skills.

21 yesterday A 640 tokens original MIT

mimfort/rag_for_git

Instructions file

A project instruction file for rag_for_git, a tool that reviews GitHub code changes and uses document and code-structure search to produce comments on changed lines. It also records the project's commands, infrastructure, configuration, and language conventions.

21 yesterday A 19,171 tokens original MIT

mimfort/rag_for_git

Instructions file Gemini CLI

Instructions for mimfort/rag_for_git, covering ragforgit — gemini cli context, mcp server setup, quickest way, global config (manual alternative) and project-level config.

21 yesterday B 486 tokens original MIT

rag-reviewer

09

mimfort/rag_for_git

Plugin Claude Code

Agentic PR review: hybrid RAG + code graph via MCP, review skills for Claude Code.

21 yesterday A tokens not measured copy · 100% MIT

PreToolUse

10

mimfort/rag_for_git

Hook

Runs before the agent uses a tool for mcp__reviewer__publish_review and mcp__plugin_rag-reviewer_reviewer__publish_review tool calls, executing review_cost.py via python3. From mimfort/rag_for_git.

21 yesterday A tokens not measured original MIT

PostToolUse

11

mimfort/rag_for_git

Hook

Runs after a tool call finishes for Write, mcp__reviewer__.* and mcp__plugin_rag-reviewer_reviewer__.* tool calls, executing brief_post_write.py and reviewer_defect.py via python3 (2 commands). From mimfort/rag_for_git.

21 yesterday A tokens not measured original MIT

ask

12

mimfort/rag_for_git

Skill Claude CodeCodex

Answer grounded questions about the codebase (onboarding / Q&A) using the reviewer RAG + code graph. Use when the user asks how the code works, where something lives, or to explain a subsystem ("where is auth", "how does X work", "explain the indexing flow", "как устроено…", "где у нас…", "объясни код"). Requires a…

21 yesterday A 100 tokens original MIT

configure-review

13

mimfort/rag_for_git

Skill Claude CodeCodex

Use when configuring or changing a repository's tracked branches, layered review policy, ignored tracked paths, retrieval limits, summary depth, or non-secret task-board metadata.

21 yesterday A 35 tokens original MIT

create-task

14

mimfort/rag_for_git

Skill Claude CodeCodex

Create a task on a configured board with canonical server-side structure. Use when the user asks to file or create a task on the board.

21 yesterday A 31 tokens original MIT

decompose-task

15

mimfort/rag_for_git

Skill Claude CodeCodex

Use when a configured board task needs decomposition into native child tasks.

21 yesterday A 17 tokens original MIT

finish-task

16

mimfort/rag_for_git

Skill Claude CodeCodex

After a task's PR is created, offer to close the task on the configured board and reindex it. Use when the user says a PR is up or asks to close or finish a task.

21 yesterday A 43 tokens original MIT

mimfort/rag_for_git

Skill Claude CodeCodex

Review code changes only for maintainability risks: unnecessary complexity, poor readability, duplication, weak separation of concerns, and misalignment with repository conventions. Use when the user explicitly asks for maintainability review, code quality review, clean code review, complexity review, readability…

21 yesterday A 73 tokens original MIT

performance-review

18

mimfort/rag_for_git

Skill Claude CodeCodex

Review code changes only for performance and efficiency risks (N+1 queries, repeated work, bad asymptotics, missing batching/caching, blocking I/O, memory growth). Use when the user explicitly asks for a performance review of a diff/PR.

21 yesterday A 54 tokens original MIT

pr-walkthrough

19

mimfort/rag_for_git

Skill Claude CodeCodex

Build a human-facing reading guide for a GitHub pull request (where to start, what each file changes, what it impacts) using the reviewer PR session + code graph. Use when the user asks to walk a human reviewer through a PR ("PR walkthrough", "гид по PR", "как читать этот PR", "проведи по PR"). NOT a bug review (see…

21 yesterday A 94 tokens original MIT

report-bug

20

mimfort/rag_for_git

Skill Claude CodeCodex

Report a defect of reviewer or its plugin as an anonymized GitHub issue in mimfort/ragforgit, after explicit user approval. Use when a reviewer tool breaks its own contract, a skill prescribes an impossible step, a stated invariant fails, or the user asks to report a reviewer bug.

21 yesterday A 65 tokens original MIT

review-pr

21

mimfort/rag_for_git

Skill Claude CodeCodex

Review a GitHub pull request with the RAG + code-graph pipeline (reviewer MCP server). Use when the user asks to review a PR ("review PR 123", "заревьюй PR", a PR URL). Requires ParadeDB/Neo4j running and a built base index.

21 yesterday A 64 tokens original MIT

solve-task

22

mimfort/rag_for_git

Skill Claude CodeCodex

Gather disciplined context for solving a task, then hand off to development. Use when the user asks to solve/implement a task ("solve PRI-4", "rag-reviewer:solve-task ", "реши задачу X"). Reads a keyed task from the reviewer store, pulls related/similar tasks and relevant code, distills a brief, and enters…

21 yesterday A 87 tokens original MIT

mimfort/rag_for_git

Skill Claude CodeCodex

Precompute concise per-subsystem summaries (GraphRAG community summaries) over the base code index, so ask / PR-walkthrough get a cheap high-level prior. Use when the user asks to build/refresh subsystem summaries ("просуммируй подсистемы", "построй обзоры модулей", "summarize subsystems"). Requires a built base index…

21 yesterday A 89 tokens original MIT

sync-codebase

24

mimfort/rag_for_git

Skill Claude CodeCodex

Build or update the reviewer base index (vector store + code graph) from a local repo clone. Use when the user asks to "index the codebase", "build the index", "sync the code", "rebuild the graph", "просиндексируй код", "построй индекс".

21 yesterday A 66 tokens original MIT