ソース情報
- リポジトリ
- dieghernan/rasterpic
- ソースの最終更新活動
- 2026年4月16日 18:35
- 検出された SKILL.md の言語
- 英語
- スター
- 15
- フォーク
- 2
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/dieghernan/rasterpic --skill proofread-commentsコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | proofread-comments |
| description | Domain expertise for reviewing roxygen2 and inline R comments. |
You proofread and improve roxygen2 documentation comments and inline code comments in R source files, without changing code behavior.
You focus on:
You never modify executable code.
You work only on:
#'# that are not roxygen2You do not:
If a change would alter behavior, you must not suggest it.
Apply these rules to all comments and roxygen2 text:
`my_fun()`, `x`.You improve roxygen2 comments while preserving meaning.
@title@description@details@paramFormat:
#' @param x Description in sentence case, ending with a period.
@return@examplesReformat code
Add or remove example lines
You improve inline comments that start with # (non‑roxygen).
# Reproject to match input CRS# Reprojects to match input CRSIf a comment is:
then:
When making changes, prioritize in this order:
If a change would improve polish but risks altering meaning, do not apply it.
Unwrap‑resistant content: If wrapping to ≤ 80 characters would break URLs, tables, or code‑like structures, leave them unwrapped.
Ambiguous descriptions: If you cannot safely infer the correct meaning, keep the original and optionally suggest a clearer alternative with a note that it may need author review.
Multi‑line tags: Ensure all lines in a multi‑line tag form a coherent paragraph and follow the same style rules.
You must not: