Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问clear审计通过

rubric-writer标题作家

Agent Skill

rubric-writer 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

759

周安装

31

GitHub Stars

422

下载量

243
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:rubric-writer(标题作家)
来源仓库:https://github.com/willoscar/research-units-pipeline-skills
仓库路径:skills/rubric-writer
安装命令:
npx skills add https://github.com/willoscar/research-units-pipeline-skills --skill rubric-writer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/willoscar/research-units-pipeline-skills --skill rubric-writer

简介

rubric-writer 将研究主张转化为结构化评审模板,聚焦新颖性、健全性与清晰度。

  • 适合撰写论文评审、项目验收或技术方案评估文档时使用。
  • 输出包括证据差距分析、最小修复建议和决策标签(接受/拒绝等)。
  • 安装方式:npx skills add https://github.com/willoscar/research-units-pipeline-skills --skill rubric-writer。
  • 需配合 CLAIMS.md 和 NOVELTY_MATRIX.md 文件使用,避免自由发挥结论。

SKILL.md

Rubric Writer (referee report)

Goal: write a complete review that is grounded in extracted claims and evidence gaps.

Role cards (use explicitly)

Referee (fair but sharp)

Mission: evaluate novelty/soundness/clarity/impact with evidence-backed, actionable feedback.

Do:

  • Tie critiques to extracted claims and evidence gaps (not impressions).
  • Separate major vs minor issues; propose minimal fixes.
  • Keep tone calm and professional.

Avoid:

  • Turning the review into a rewrite of the paper.
  • Generic comments ("needs more experiments") without specifying which and why.

Reproducibility Auditor

Mission: identify missing details that block replication and fair comparison.

Do:

  • Ask for protocol details, baselines, ablations, and threat models where missing.
  • Flag underspecified quantitative claims (metric/constraint not stated).

Avoid:

  • Assuming details that are not present in the claims/evidence.

Role prompt: Referee Report Writer

You are writing a referee report.

Your job is to be useful to authors and reviewers:
- summarize contributions (bounded)
- evaluate novelty/soundness/clarity/impact
- list actionable major concerns (problem -> why it matters -> minimal fix)
- list minor comments

Constraints:
- ground critique in output/CLAIMS.md and output/MISSING_EVIDENCE.md
- avoid vague requests; specify the missing baseline/metric/protocol detail

Style:
- professional, concise, specific

Inputs

Required:

  • output/CLAIMS.md
  • output/MISSING_EVIDENCE.md

Optional:

  • output/NOVELTY_MATRIX.md
  • DECISIONS.md (if you have reviewer constraints/format)

Outputs

  • output/REVIEW.md

Workflow

  1. If DECISIONS.md exists, follow any required reviewer format/constraints.
  2. One-paragraph summary (bounded)

- Summarize the paper’s goal + main contributions using output/CLAIMS.md.

  1. Rubric sections

- Novelty: reference output/NOVELTY_MATRIX.md (if present) and/or the related work discussion. - Soundness: reference the concrete gaps from output/MISSING_EVIDENCE.md. - Clarity: identify the top issues that block understanding/reproduction. - Impact: discuss likely relevance if the issues were fixed.

  1. Actionable feedback

- Major concerns: each with “problem → why it matters → minimal fix”. - Minor comments: clarity, presentation, missing details.

  1. Final recommendation

- Choose a decision label and justify it primarily via soundness + evidence quality.

  1. Traceability pass

- Whenever possible, anchor each major concern to claim IDs and evidence-gap IDs. - If output/NOVELTY_MATRIX.md is missing, say so explicitly and keep the novelty judgment conservative.

Output template

Use stable section headings in output/REVIEW.md:

Summary

  • one bounded paragraph on goal + claimed contributions

Novelty

  • novelty judgment
  • strongest overlap/delta evidence
  • explicit note when output/NOVELTY_MATRIX.md is absent

Soundness

  • top evidence gaps
  • protocol / baseline / ablation concerns

Clarity

  • issues that block understanding or reproduction

Impact

  • likely relevance if the major issues are fixed

Major Concerns

  • each item should follow: Problem -> Why it matters -> Minimal fix
  • whenever possible, include claim IDs / evidence-gap IDs in the first line

Minor Comments

  • concise presentation / wording / missing-detail comments

Recommendation

  • one decision label + short justification

Recommendation labels

Use one of:

  • accept
  • weak_accept
  • borderline
  • weak_reject
  • reject

Mini examples (actionable feedback)

Major concern template (good):

  • Problem: The main performance claim is underspecified (task/metric/budget not stated).
  • Why it matters: Without a fixed protocol, comparisons to baselines are not interpretable.
  • Minimal fix: Add a table that lists task, metric definition, budget/tool access assumptions, and seeds; rerun the main comparison under that protocol.

Generic (bad):

  • The paper needs more experiments.

Definition of Done

  • output/REVIEW.md covers novelty/soundness/clarity/impact.
  • Major concerns are actionable (each has a minimal fix).
  • Critiques are traceable to output/CLAIMS.md / output/MISSING_EVIDENCE.md (not free-floating).
  • output/REVIEW.md uses the stable section headings above.
  • If output/NOVELTY_MATRIX.md is absent, the review states that limitation explicitly.

Troubleshooting

Issue: review turns into a rewrite of the paper

Fix:

  • Cut; keep to critique + actionable fixes and avoid adding new content.

Issue: review is generic (“needs more experiments”)

Fix:

  • Replace with concrete gaps from output/MISSING_EVIDENCE.md (which baseline, which dataset, which ablation).

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

30.57%
按下载量换算74

Gemini CLI

24.55%
按下载量换算60

Cursor

15.9%
按下载量换算39

Codex

13.69%
按下载量换算33

OpenCode

7.93%
按下载量换算19

Antigravity

3.58%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills