·code-comments
</>

code-comments

petekp/claude-code-setup

編寫清晰、通俗易懂的代碼註釋和與代碼一起存在的文檔。在編寫或審查需要內聯文檔(文件頭、函數文檔、架構決策或解釋性註釋)的代碼時使用。針對人類讀者和人工智能編碼助理進行了優化,他們可以從同一位置的上下文中受益。

29安裝·2熱度·@petekp

安裝

$npx skills add https://github.com/petekp/claude-code-setup --skill code-comments

SKILL.md

Write documentation that lives with the code it describes. Plain language. No jargon. Explain the why, not the what.

Co-location wins. Documentation in separate files drifts out of sync. Comments next to code stay accurate because they're updated together.

The "why" test: Before writing a comment, ask: "Does this explain why this code exists or why it works this way?" If it only restates what the code does, skip it.

編寫清晰、通俗易懂的代碼註釋和與代碼一起存在的文檔。在編寫或審查需要內聯文檔(文件頭、函數文檔、架構決策或解釋性註釋)的代碼時使用。針對人類讀者和人工智能編碼助理進行了優化,他們可以從同一位置的上下文中受益。 來源:petekp/claude-code-setup。

查看原文

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/petekp/claude-code-setup --skill code-comments
分類
</>開發工具
認證
收錄時間
2026-02-01
更新時間
2026-02-18

快速解答

什麼是 code-comments?

編寫清晰、通俗易懂的代碼註釋和與代碼一起存在的文檔。在編寫或審查需要內聯文檔(文件頭、函數文檔、架構決策或解釋性註釋)的代碼時使用。針對人類讀者和人工智能編碼助理進行了優化,他們可以從同一位置的上下文中受益。 來源:petekp/claude-code-setup。

如何安裝 code-comments?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/petekp/claude-code-setup --skill code-comments 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/petekp/claude-code-setup