Coverage gaps in automated research review skills, peer review patterns for…

Coverage gaps in automated research review skills, peer review patterns for Artificial Intelligence (AI) agents, and cross-item integration methodology using the Data, Information, Knowledge, Wisdom (DIKW) hierarchy

2026-03-08 · benchmarks-eval knowledge-management knowledge-graphs · medium · source → · wiki →
key claims
  1. The three existing skills leave logical coherence, alternative explanations, and cross-item integration uncovered. Citation-discipline checks source presence; speculation-control checks label presence; remove-ai-slop checks prose surface patterns — none checks whether a conclusion follows from the evidence, whether competing interpretations were considered, or whether the item connects to related completed items in the corpus
  2. LLM agents can check logical coherence and missing alternative explanations at a quality level matching median human peer reviewers. REMOR (arXiv:2505.11718) and DeepReview (ACL 2025) demonstrate this on scientific manuscripts; the Copilot CLI agent already demonstrates equivalent behaviour in `research-review.yml`. The boundary between agent-automatable and human-only is coherence vs. domain plausibility — not "agent vs. human."
  3. A four-tier quality review pipeline sequenced by automation cost is the correct architecture: structural checks → single-item agent review → cross-item agent review → human domain review. Each tier gates the next; cheaper checks run first to fail fast before running expensive LLM calls or requiring human attention
  4. The existing `research-review.yml` Tier 2 agent review should be extended with two new checks: logical coherence (does §6 Synthesis follow from §2 Investigation?) and evidence sufficiency (is the confidence level calibrated to source count and independence?). These are the highest-impact missing checks — they catch the failure mode where a well-sourced item misinterprets its own evidence and reaches an incorrect conclusion
  5. The DIKW and SECI frameworks map to three distinct workflow stages in this repository: Information→Knowledge (individual item research and review), Knowledge→Wisdom (cross-item synthesis via the planned `synthesise.yml`), and Wisdom application (internalisation via the knowledge-retention mechanisms). Individual item quality review only covers the first transition; the second and third require separate workflows that are designed but not yet built
  6. Cross-item integration is a quality dimension for individual items, not only a synthesis-layer concern. A research item that references no related completed items and creates no links in `state/links.json` is a quality failure — the Zettelkasten principle (connection generates insight) means isolated items accumulate information without advancing knowledge
  7. A `peer-review` skill with three checks is the correct scope addition to `davidamitchell/Skills`. The three checks: (1) the Executive Summary conclusion is supported by §2 Investigation evidence; (2) at least one major alternative explanation was considered or explicitly excluded; (3) confidence levels are calibrated to source count and independence per the research skill's confidence table
  8. Bloom's revised taxonomy (2001) maps directly onto the four automation tiers: Remember/Understand levels map to structural checks; Apply/Analyse levels map to agent reasoning; Evaluate/Create levels map to human judgment. This is not a loose analogy — cognitive complexity at each Bloom level correlates with the computational cost and contextual requirements of the corresponding automation tier

Research Question

What review methodology is required to reliably move from information gathering through to applied knowledge and wisdom — and which of those steps can be automated in a CI pipeline versus requiring human or peer-level judgement?

Findings

Executive Summary

The three existing quality skills (citation-discipline, speculation-control, remove-ai-slop) cover factual hygiene and writing quality but leave three critical gaps: logical coherence (do conclusions follow from evidence?), alternative explanations (were competing interpretations considered?), and cross-item integration (does this item connect to the wider corpus?). A four-tier quality review pipeline, sequenced by automation cost, closes these gaps: Tier 1 structural checks (fully automatable Python scripts), Tier 2 single-item agent review (existing skills plus new logical coherence and evidence sufficiency checks), Tier 3 cross-item integration checks (agent with corpus access), and Tier 4 domain-specific human review. A new peer-review skill for davidamitchell/Skills is warranted to formalise the logical coherence and evidence sufficiency checks; an integration skill is not yet warranted. The DIKW and SECI frameworks confirm that the Wisdom level requires cross-item synthesis (Combination) and application to real decisions (Internalisation) — steps that the existing individual-item review pipeline does not address and which are covered by the synthesis and knowledge-retention work already designed in this corpus.

Key Findings

  1. [fact] The three existing skills leave logical coherence, alternative explanations, and cross-item integration uncovered. Citation-discipline checks source presence; speculation-control checks label presence; remove-ai-slop checks prose surface patterns — none checks whether a conclusion follows from the evidence, whether competing interpretations were considered, or whether the item connects to related completed items in the corpus.

  2. [fact] LLM agents can check logical coherence and missing alternative explanations at a quality level matching median human peer reviewers. REMOR (arXiv:2505.11718) and DeepReview (ACL 2025) demonstrate this on scientific manuscripts; the Copilot CLI agent already demonstrates equivalent behaviour in research-review.yml. The boundary between agent-automatable and human-only is coherence vs. domain plausibility — not "agent vs. human."

  3. [inference] A four-tier quality review pipeline sequenced by automation cost is the correct architecture: structural checks → single-item agent review → cross-item agent review → human domain review. Each tier gates the next; cheaper checks run first to fail fast before running expensive LLM calls or requiring human attention.

  4. [inference] The existing research-review.yml Tier 2 agent review should be extended with two new checks: logical coherence (does §6 Synthesis follow from §2 Investigation?) and evidence sufficiency (is the confidence level calibrated to source count and independence?). These are the highest-impact missing checks — they catch the failure mode where a well-sourced item misinterprets its own evidence and reaches an incorrect conclusion.

  5. [fact + inference] The DIKW and SECI frameworks map to three distinct workflow stages in this repository: Information→Knowledge (individual item research and review), Knowledge→Wisdom (cross-item synthesis via the planned synthesise.yml), and Wisdom application (internalisation via the knowledge-retention mechanisms). Individual item quality review only covers the first transition; the second and third require separate workflows that are designed but not yet built.

  6. [inference] Cross-item integration is a quality dimension for individual items, not only a synthesis-layer concern. A research item that references no related completed items and creates no links in state/links.json is a quality failure — the Zettelkasten principle (connection generates insight) means isolated items accumulate information without advancing knowledge.

  7. [inference] A peer-review skill with three checks is the correct scope addition to davidamitchell/Skills. The three checks: (1) the Executive Summary conclusion is supported by §2 Investigation evidence; (2) at least one major alternative explanation was considered or explicitly excluded; (3) confidence levels are calibrated to source count and independence per the research skill's confidence table.

  8. [fact] Bloom's revised taxonomy (2001) maps directly onto the four automation tiers: Remember/Understand levels map to structural checks; Apply/Analyse levels map to agent reasoning; Evaluate/Create levels map to human judgment. This is not a loose analogy — cognitive complexity at each Bloom level correlates with the computational cost and contextual requirements of the corresponding automation tier.

  9. [inference] The human review tier covers only domain plausibility and strategic relevance, not logical validity. In the NZ financial services context, acting on a finding without domain plausibility review carries RBNZ supervisory risk; this makes Tier 4 non-optional for decisions with compliance implications, even though it is narrow in scope.

  10. [inference] An integration skill is not yet warranted; it becomes necessary once Research/synthesis/ documents exist and require quality review of their own. The peer-review skill's cross-item reference check and the existing synthesis workflow design are sufficient for current corpus size and state.

Assumptions

Analysis

The skills gap analysis is the foundational finding: all subsequent design choices follow from identifying exactly what the existing three skills check and what they miss. The peer review literature (Springer Nature, REMOR, DeepReview) provides external validation that the identified gaps — logical coherence and alternative explanations — are the same dimensions academic peer review prioritises. This convergence across independent frameworks (skill analysis + academic peer review + LLM research) gives high confidence in the gap identification.

The DIKW/SECI mapping resolves a potential confusion: "quality review" and "knowledge integration" are often conflated, but they operate at different pipeline stages. Quality review is an individual-item concern; knowledge integration is a cross-item concern; wisdom requires application beyond the repository. The four-tier pipeline reflects this: Tiers 1–2 address individual item quality; Tier 3 addresses integration; Tier 4 addresses domain-specific applicability. The tiers are not just ordered by cost but by epistemic depth — each tier catches failures the previous cannot.

The decision not to create an integration skill reflects scope discipline: the synthesis workflow already covers Combination, and the peer-review skill's cross-reference check is sufficient for Tier 3. Adding a third new skill without a concrete failing case would be premature abstraction.

Risks, Gaps, and Uncertainties

Open Questions

Output section

sources


Connected items

Loading…

View full knowledge graph →