Plugin

Plugin from hashgraph-online/awesome-codex-plugins.

Skills in this plugin

14
  1. Ask · hashgraph-online-awesome-codex-plugins
    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 built base index + graph (reviewer MCP server). Not for reviewing PRs.
    1 install
  2. Review Pr · hashgraph-online-awesome-codex-plugins bundle
    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.
    1 install
  3. Report Bug · hashgraph-online-awesome-codex-plugins
    Report a defect of reviewer or its plugin as an anonymized GitHub issue in mimfort/rag_for_git, 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.
    1 install
  4. Solve Task · hashgraph-online-awesome-codex-plugins bundle
    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 <key or description>", "реши задачу X"). Reads a keyed task from the reviewer store, pulls related/similar tasks and relevant code, distills a brief, and enters brainstorming. Requires the reviewer MCP server.
    1 install
  5. Sync Tasks · hashgraph-online-awesome-codex-plugins
    Warm the task graph and vector store by synchronizing a configured task board through the reviewer MCP server. Use when the user asks to sync or index board tasks.
    1 install
  6. Create Task · hashgraph-online-awesome-codex-plugins
    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.
    1 install
  7. Finish Task · hashgraph-online-awesome-codex-plugins
    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.
    1 install
  8. Sync Codebase · hashgraph-online-awesome-codex-plugins
    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", "просиндексируй код", "построй индекс".
    1 install
  9. Decompose Task · hashgraph-online-awesome-codex-plugins
    Use when a configured board task needs decomposition into native child tasks.
    1 install
  10. Pr Walkthrough · hashgraph-online-awesome-codex-plugins
    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 review-pr). Requires the reviewer MCP server + base index.
    1 install
  11. Configure Review · hashgraph-online-awesome-codex-plugins
    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.
    1 install
  12. Performance Review · hashgraph-online-awesome-codex-plugins
    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.
    1 install
  13. Summarize Subsystems · hashgraph-online-awesome-codex-plugins
    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 + the reviewer MCP server.
    1 install
  14. Maintainability Review · hashgraph-online-awesome-codex-plugins
    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 review, simplification review, or how to simplify changed code without changing behavior.
    1 install