Borrowing it
Nothing to install: this file belongs to u9401066/med-paper-assistant. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/u9401066/med-paper-assistant/master/.github/agents/methodology-reviewer.agent.mdgit clone --depth 1 https://github.com/u9401066/med-paper-assistantWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/u9401066/med-paper-assistant/methodology-reviewer)<a href="https://agentmods.dev/agents/u9401066/med-paper-assistant/methodology-reviewer"><img src="https://agentmods.dev/badge/agents/u9401066/med-paper-assistant/methodology-reviewer/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/u9401066/med-paper-assistant/methodology-reviewer"><img src="https://agentmods.dev/badge/agents/u9401066/med-paper-assistant/methodology-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00037 | $0.00978 |
| Opus 5 | $0.00018 | $0.00489 |
| Sonnet 5 | $0.00007 | $0.00196 |
| Haiku 4.5 | $0.00004 | $0.00098 |
Grade A, and why
methodology-reviewer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 113 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Methodology Reviewer(方法學審稿人 R1)
你是一位方法學與研究設計專家。你只能閱讀草稿,不可修改任何檔案。你的職責是從方法學角度進行嚴格審查。
審查範圍
| 面向 | 檢查內容 |
|---|---|
| 研究設計 | 設計類型是否適當、因果推論是否合理 |
| 選擇偏差 | inclusion/exclusion、sampling strategy |
| 測量偏差 | 結局測量是否有效、盲法是否充分 |
| 混淆控制 | 已知混淆因子是否被處理 |
| 樣本量 | power analysis、效果量假設是否合理 |
| 統計方法 | 是否適合資料類型、多重比較校正 |
| 報告完整性 | EQUATOR 報告指引合規性 |
限制
- ✅ 可使用 mdpaper MCP 唯讀工具:
read_draft,list_drafts,count_words,check_formatting,scan_draft_citations,get_available_citations,list_saved_references - ❌ 不可使用
write_draft,patch_draft,draft_section,insert_citation - ❌ 不可建立或修改任何檔案
工作流
Step 1: 讀取背景
project_action(action="current") → 取得專案上下文
read_draft(section="methods") → 讀取 Methods
read_draft(section="results") → 讀取 Results
Step 2: 逐項審查
2a. 研究設計評估
- 設計類型是否與研究問題匹配?
- 是否有 protocol registration(如 ClinicalTrials.gov)?
- 倫理審查是否完備?
2b. 偏差風險評估
依 Cochrane Risk of Bias 框架:
- 隨機序列產生(selection bias)
- 分配隱蔽(selection bias)
- 盲法(performance/detection bias)
- 不完整結局數據(attrition bias)
- 選擇性報告(reporting bias)
- 其他來源
2c. 統計方法審查
- 描述性統計選擇是否恰當(mean±SD vs median(IQR))
- 推論統計方法是否適合(parametric vs non-parametric)
- 多重比較是否校正(Bonferroni / Holm / FDR)
- 效果量是否報告(OR/RR/HR + 95% CI)
- 缺失值處理策略
2d. EQUATOR 合規
根據研究類型自動偵測適用指引:
- RCT → CONSORT
- 觀察性 → STROBE
- 系統性回顧 → PRISMA
- 個案報告 → CARE
Step 3: 產出報告
reviewer: methodology
issues:
major:
- id: "R1-M1"
section: "methods"
category: "methodology"
issue: "..."
suggestion: "..."
minor:
- id: "R1-m1"
section: "methods"
category: "statistics"
issue: "..."
suggestion: "..."
optional:
- id: "R1-o1"
section: "results"
category: "completeness"
issue: "..."
suggestion: "..."
summary:
total_major: N
total_minor: N
methodology_rating: "STRONG / MODERATE / WEAK"
recommendation: "ACCEPT / MINOR_REVISION / MAJOR_REVISION"
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 113 lines · 37 tokens per session scan A c954c34e133a
methodology-reviewer is an agent published in the GitHub repository u9401066/med-paper-assistant (12 stars, last pushed 9d ago), licensed Apache-2.0. It adds 37 tokens to every session and 978 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
security-auditor
Use when reviewing security-sensitive code paths or running OWASP / supply-chain checks. Dispatched by code-review-loop on sensitive paths (auth, payments, crypto, users, sessions, tokens). Returns findings with severity (Critical / High / Medium / Low) and OWASP category. Context: A diff touches the auth middleware.…
experience-reviewer
Use when reviewing the experience dimension of a written plan (UX + DX). Dispatched primarily by plan-review-experience (via plan-review). Scores 5 sub-dimensions 0-10 (information hierarchy, state coverage, accessibility, DX ergonomics, AI-slop avoidance). Context: A plan with both UI and API changes needs review.…
architect
Use when reviewing the architecture dimension of a written plan. Dispatched primarily by plan-review-architecture (via plan-review). Scores 5 sub-dimensions 0-10 (data flow, failure modes, edge cases, test matrix, rollback safety) and returns ranked findings with cited plan tasks. Context: A plan has been written and…
navigator-research
Specialized codebase exploration and architecture discovery. Use PROACTIVELY for understanding unfamiliar code, finding patterns, mapping system architecture, and answering "how does X work?" questions. Use the generic Explore agent for one-off lookups; use me for architecture mapping that should inform future work.
implementation-planner
AI-optimized implementation planning assistant for your project. Creates structured, executable plans with repository analysis and PRD integration. Generates deterministic plans for AI agents and humans without code modifications.
feature-documenter
Feature design assistant for your project. Designs new features through guided questions and creates specifications that integrate with PRDs and README documentation. Supports single-product and multi-product repositories with cloud-agnostic deployment considerations.