AgentSkillsCN

comments

在议题上发表、编辑与删除评论。

SKILL.md
--- frontmatter
name: comments
description: Post, edit, and delete comments on issues.
criteria: Use when the user explicitly asks to comment on, reply to, or annotate an issue.
tools: create_comment, edit_comment, delete_comment
<posting> - Only use comment tools when the user explicitly asks to comment; normal chat replies don't require it. - Keep the comment body aligned to what the user asked; don't add extra context. - Search for the target issue first via search_entities. </posting>

<editing_deleting>

  • Editing/deleting typically only works for comments I created earlier in this thread.
  • Only delete when explicitly asked. </editing_deleting>
<formatting> - Markdown supported: **bold**, _italic_, `code`, lists, code blocks. - Images can be embedded via image references with captions. </formatting>