Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问许可证需确认审计提醒

writing-rubrics写作细则

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

318

周安装

13

GitHub Stars

8

下载量

102
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/jkeskikangas/skills --skill writing-rubrics

简介

用于制定评分细则和评估标准。writing-rubrics 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 适合教育、评审或质量控制场景。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。
  • 使用时需明确评分维度和权重分配。
  • 建议结合具体案例细化评分描述。
  • 安装方式:通过 npx 从 GitHub 仓库添加技能。

SKILL.md

Writing Rubrics

Objective

Create or update rubric documents in this repo and keep their integration points in sync:

  • Rubric files (typically under */references/*rubric*.md)
  • Reviewer report templates (typically */references/review-template.md)
  • Reviewer prompts (*/agents/openai.yaml)

When to use / When not to use

Use when:

  • The user asks to create, edit, align, or consolidate rubric files (especially */references/*rubric*.md).
  • The user asks to sync rubric expectations with reviewer templates (**/references/review-template.md) or reviewer prompts (**/agents/openai.yaml).

Do not use when:

  • The user wants a rubric-only review/grade without editing (use the review prompt at references/review-prompt.md directly).
  • The user wants to write a non-rubric skill or policy doc unrelated to rubric meta-patterns.

Safety / Constraints (non-negotiable)

  • Never read, request, or paste secrets.
  • Do not browse the web or call external systems unless the user explicitly requests it.
  • Keep diffs small: change only the rubric meta-pattern or the user-requested rubric content.
  • Before making bulk edits across multiple rubrics/templates, summarize the planned changes and get approval.

Quality Bar (default)

Target outcome:

  • No spec violations, and
  • Weighted score ≥ 4.5/5.0 (A- or better), and
  • No P1 findings in a critic review

The review prompt (contains scoring dimensions and review workflow): references/review-prompt.md (single source of truth for grading rubric documents). The review report template: references/review-template.md.

Canonical Rubric Meta-Pattern (repo default)

Apply these conventions across rubrics unless a rubric explicitly documents a justified exception:

  • Grade bands

- A: 4.5–5.0 - B: 3.5–4.49 - C: 2.5–3.49 - D: 1.5–2.49 - F: < 1.5

  • Findings priorities

- P1 (Critical): likely to cause broken workflows, unsafe actions, or repeated failure loops. - P2 (Important): likely to waste tokens/time, reduce output quality, or cause repeated clarification. - P3 (Nice): polish and future-proofing.

  • Evidence-backed verification

- Prefer PASS/FAIL/SKIP reporting for checks. - Use SKIP when verification would require executing code or accessing secrets. - Do not claim FAIL without evidence (file path + what was checked).

Workflow (decision-complete)

  1. Discover rubric files

- Find rubric markdown files under the repo (default: */references/*rubric*.md). - If the user provided paths, restrict to those.

  1. Decide scope

- Single-file edit: only the requested rubric changes. - Alignment pass: apply the Canonical Rubric Meta-Pattern across all discovered rubrics.

  1. Ensure the linter is available

- If packages/skillcheck/dist/ exists (inside this repo), use: node packages/skillcheck/bin/skillcheck.js - Otherwise, build it first: cd packages/skillcheck && npm ci && npm run build - Outside this repo: npx skillcheck (not yet published; skip validation and note it was skipped if unavailable)

  1. Optional preflight (recommended)

- Run the linter with --rubrics-only on the repo skills directory to locate drift in grade bands, P-definitions, and evidence-backed verification sections. - Run npx agnix <skill-dir> on any skill directories that will be modified. - Only run the linter with --fix after summarizing the expected file changes and getting explicit user approval (it writes files).

  1. Apply changes (write)

- Update rubric(s) to match the canonical meta-pattern. - If a rubric requires a domain-specific verification section, keep it domain-specific but enforce the evidence rule.

  1. Sync integration points (write)

- Ensure reviewer templates include a “Verification Results” section if the rubric expects evidence-backed checks. - Ensure reviewer prompts mention the correct rubric path(s).

  1. Validate

- If preflight reports drift, propose the smallest set of edits to resolve it (by file), then re-run the preflight. - For any changed skill directories, run both linters on each: - node packages/skillcheck/bin/skillcheck.js <skill-dir> - npx agnix <skill-dir>

Quality Gate

Two-phase review after validation. Target: Quality Bar (score >= 4.5, no P1 findings).

Phase 1: Self-critic review

Review the changed rubric(s) and integration points for:

  • Internal consistency — grade bands, P-definitions match the canonical meta-pattern.
  • Completeness — all dimensions have 1/3/5 criteria.
  • Cross-reference accuracy — reviewer templates/prompts reference correct rubric paths.

Fix inline or flag. If score < 4.5 or P1 findings remain, fix before proceeding to Phase 2.

Phase 2: Fresh-context subagent review

Run a fresh-context critic pass using references/review-prompt.md:

  • If your environment supports subagents, spawn a fresh-context subagent with the review prompt. Otherwise, perform the review directly following the prompt instructions.
  • Apply P1 + P2 fixes (P3 last).
  • Re-run validation.
  • Repeat up to 3 loops, stop early when the Quality Bar is met.

Edge Cases

  • Linters not available (no Node.js / npx): warn the user; skip validation but note it was skipped in the deliverable.
  • No rubric files found: stop and ask the user for the correct path(s) before proceeding.

Examples

  • "Use $writing-rubrics to create a new rubric for reviewing deployment configs."
  • "Use $writing-rubrics to align all rubrics in this repo to the canonical meta-pattern."
  • "Use $writing-rubrics to sync the reviewer template with the updated skills-rubric.md."

Output Rules

  • Keep rubric prose dense and scannable (tables/bullets preferred).
  • Avoid time-sensitive claims unless the rubric explicitly requires web browsing and says so.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

33.68%
按下载量换算34

Claude

32.4%
按下载量换算33

Cursor

19.45%
按下载量换算20

Gemini CLI

9.53%
按下载量换算10

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/jkeskikangas/skills --skill writing-rubrics 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills