원클릭으로
code-comments
How to write comment in code. Use when writing code and adding comments to describe what the code does
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
How to write comment in code. Use when writing code and adding comments to describe what the code does
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Creates and submits pull requests with well-structured descriptions following project guidelines. Use when asked to open a PR, submit a PR, or create a pull request.
MUST USE whenever a task needs a commit or git-history investigation. Covers atomic commits, staging, commit-message style, rebase, squash, fixup/autosquash, blame, bisect, reflog, git log -S/-G, and questions like who wrote this or when was this added. Do not use for ordinary code edits unless the user asks for git work.
| name | code-comments |
| description | How to write comment in code. Use when writing code and adding comments to describe what the code does |
| license | MIT |
| context | fork |
| metadata | {"author":"BenTurner","version":"1.0"} |
When you are adding code comments to help describe code, make sure to:
Never be reluctant to skip adding a comment if there isn't a special reason to do so.