Token导航 LogoToken导航TokenDH.com
开发只读github未标认证来源可访问许可证需确认审计未展示

ppw%3acover-letterppw%3a 求职信

Agent Skill

ppw%3acover-letter 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

221

周安装

17

GitHub Stars

280

下载量

140
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:ppw%3acover-letter(ppw%3a 求职信)
来源仓库:https://github.com/lylll9436/paper-polish-workflow-skill
仓库路径:skills/ppw%3Acover-letter
安装命令:
npx skills add https://github.com/lylll9436/paper-polish-workflow-skill --skill ppw:cover-letter
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/lylll9436/paper-polish-workflow-skill --skill ppw:cover-letter

简介

ppw%3acover-letter 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。

  • 适用于开发类任务,可用于求职信撰写或文档协作支持。
  • 可通过 npx skills add 命令从指定 GitHub 仓库安装并使用。
  • 安装前建议确认权限范围和维护状态,避免触发联网或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Purpose

This Skill generates complete, submission-ready academic cover letters by loading the target journal's template to align the contribution statement with journal scope and aims, collecting correspondence author details via Ask Strategy, and reading the paper (file or pasted text) to extract the paper title, key contribution, and data availability information. Output is a full letter with all four required content blocks: (1) contribution statement — explicitly aligned with the journal's stated scope from the loaded template; (2) data/code availability statement; (3) conflict of interest declaration; (4) correspondence author contact block. If the journal template is not found, the Skill refuses immediately — it never falls back to generic academic prose, consistent with the journal-aware pattern used throughout this project.

Trigger

Activates when the user asks to:

  • Write, generate, or draft a cover letter or submission letter for a paper
  • 写投稿信、生成cover letter、帮我写投稿信

Example invocations:

  • "Write a cover letter for my CEUS submission"
  • "帮我写投稿信"
  • "Generate a cover letter for my paper"
  • "写一封投稿到CEUS的cover letter"
  • "Help me draft a submission cover letter"
  • "帮我生成这篇论文的投稿信"

Modes

ModeDefaultBehavior
directYesSingle-pass letter generation; all context collected upfront via Ask Strategy
batchNOT supported — each letter requires specific paper context and author details

Default mode: direct. User provides a paper and journal; Skill collects any missing details and generates the complete letter in one pass.

References

Required (always loaded)

None.

Leaf Hints (loaded conditionally)

FileWhen to Load
references/journals/ceus.mdWhen user targets CEUS; provides Aims & Scope, scope keywords for contribution alignment

Loading Rules

  • When journal is specified, load references/journals/[journal].md.
  • If template not found: refuse immediately with: "Journal template for [X] not found. Available: CEUS."
  • Do NOT proceed with generic framing if template is missing.
  • Extract the Aims & Scope section from the loaded template — the contribution statement must reference it directly.

Ask Strategy

The Skill needs four inputs. If already provided in trigger or paper content, skip the corresponding question.

  1. Target journal — required; determines which template to load. Ask if not specified.
  2. Paper file or text — required; for extracting paper title and key contribution. Ask for file path or paste if not provided.
  3. Correspondence author details (name, email, institution) — required; ask as a single grouped question if not provided.
  4. Data/code availability — optional; are datasets or code publicly available? If yes, ask for repository URLs. Default to "Data are not publicly available" if user declines or does not know.

Rules:

  • Ask at most 3 questions before proceeding.
  • Use Structured Interaction when available; fall back to plain-text questions otherwise.
  • If correspondence details not provided and user declines: use [Corresponding Author Name], [Email], [Institution] placeholders.

Workflow

Step 0: Workflow Memory Check

  • Read .planning/workflow-memory.json. If file missing or empty, skip to Step 1.
  • Check if the last 1-2 log entries form a recognized pattern with ppw:cover-letter that has appeared >= threshold times in the log. See skill-conventions.md > Workflow Memory > Pattern Detection for the full algorithm.
  • If a pattern is found, present recommendation via AskUserQuestion:

- Question: "检测到常用流程:[pattern](已出现 N 次)。是否直接以 direct 模式运行 ppw:cover-letter?" - Options: "Yes, proceed" / "No, continue normally"

  • If user accepts: set mode to direct, skip Ask Strategy questions.
  • If user declines or AskUserQuestion unavailable: continue in normal mode.

Step 1: Collect Context

  • Run Ask Strategy for any missing inputs (journal, paper, author details, data availability).
  • Load references/journals/[journal].md. If not found: refuse with "Journal template for [X] not found. Available: CEUS." Do NOT proceed.
  • If paper provided as file: use Read tool to load it; extract title and key contribution.
  • If paper provided as pasted text: extract title and key contribution from the pasted content.
  • Extract Aims & Scope section from the loaded journal template (contribution statement references this directly).
  • Record workflow: Append {"skill": "ppw:cover-letter", "ts": "<ISO timestamp>"} to .planning/workflow-memory.json. Create file as [] if missing. Drop oldest entry if log length >= 50.

Step 2: Draft Letter

Use the following locked letter format:

[Date]

The Editor-in-Chief
[Editor Name]
[Journal Name]

Dear [Editor Name],

We submit our manuscript entitled "[Paper Title]" for consideration in [Journal Name].

**Contribution Statement**
[1–2 sentences explicitly referencing journal's stated scope from loaded template]

**Data and Code Availability**
[Repository URLs, or "Data are not publicly available due to [reason]."]

**Conflict of Interest**
The authors declare no conflict of interest.

**Corresponding Author**
[Name]
[Email]
[Institution]

Sincerely,
[Authors]

Contribution statement rule: Write 1–2 sentences that explicitly reference the journal's stated scope and aims from the loaded template. Use journal-specific framing: "This paper addresses [X], which aligns directly with [Journal]'s focus on [scope phrase from template]." Do NOT use generic framing ("this paper advances the field of...").

Data/code block: List repository URLs if provided; otherwise state "Data are not publicly available due to [reason if given, otherwise omit reason clause]."

Conflict of interest: Always use the standard declaration "The authors declare no conflict of interest."

Contact block: Use provided author details or bracketed placeholders if not provided.

Step 3: Output

  • File input: Write to {input_filename_without_ext}_cover_letter.md using the Write tool.
  • Pasted text input: Display the complete letter in conversation.
  • Confirm output location to user.

Output Contract

OutputFormatCondition
cover_letter_mdMarkdown file at {input_filename_without_ext}_cover_letter.mdFile input
cover_letter_textComplete letter in conversationPasted text input or Write tool failure

Required content blocks (all four mandatory in every letter):

**Contribution Statement**    ← references journal scope explicitly
**Data and Code Availability** ← links or "not publicly available"
**Conflict of Interest**       ← standard declaration
**Corresponding Author**       ← name, email, institution

Note: Contribution statement must reference journal scope explicitly — not generic academic praise.

Edge Cases

SituationHandling
Journal template not foundRefuse: "Journal template for [X] not found. Available: CEUS." Do not generate with generic framing.
Paper file not found or unreadableAsk user to paste paper text or abstract instead
Correspondence details not provided; user declinesUse [Corresponding Author Name], [Email], [Institution] placeholders; note user must fill before submission
Data availability unknownUse "Data availability will be confirmed at revision stage."
Multiple authors listed for correspondenceAsk which one is the corresponding author; include only one in the contact block
Aims & Scope section thin in templateUse all available scope language from template; note contribution alignment may be approximate

Fallbacks

ScenarioFallback
Structured Interaction unavailableAsk journal name and author details as sequential plain-text questions
Read tool fails on paper fileAsk user to paste abstract or key contribution sentences
Write tool failsDisplay complete letter in conversation; advise user to copy to a .md file
references/journals/ceus.md missingRefuse with journal-missing message; do not generate without template

Examples

Invocation: "Write a cover letter for my CEUS submission" (with file my_paper.tex)

  1. Skill loads references/journals/ceus.md — extracts Aims & Scope.
  2. Skill reads my_paper.tex — extracts title and key contribution.
  3. Skill asks: "Please provide your name, email, and institution for the correspondence block."
  4. Skill asks: "Are your data or code publicly available? If yes, please share the repository URL(s)."
  5. Skill generates letter and writes to my_paper_cover_letter.md.

First 8 lines of output:

March 2026

The Editor-in-Chief
[Editor Name]
Computers, Environment and Urban Systems

Dear [Editor Name],

We submit our manuscript entitled "Spatiotemporal Analysis of Urban Heat Islands Using Remote
Sensing" for consideration in Computers, Environment and Urban Systems.

**Contribution Statement**
This paper addresses urban heat island detection and mitigation across metropolitan areas, which
aligns directly with CEUS's focus on computational approaches to understanding urban systems and
the built environment.

*Skill: cover-letter-skill* *Conventions: references/skill-conventions.md*

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

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

平台分布

Codex

34.51%
按下载量换算48

Claude

31.54%
按下载量换算44

Cursor

17.37%
按下载量换算24

Gemini CLI

8.88%
按下载量换算12

安全审计

暂无安全审计结果可展示。

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills