- 📁 ooxml/
- 📁 scripts/
- 📄 docx-js.md
- 📄 ooxml.md
- 📄 SKILL.md
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
basecamp
from GitHub
工具与效率
Address PR review comments - fix issues, reply to threads, mark resolved
Use when managing ClickUp tasks, initiatives, sprints, or comments via the `cu` CLI tool. Triggers: task queries, status updates, sprint tracking, creating subtasks, posting comments, standup summaries, searching tasks, checking overdue items, assigning tasks, listing spaces and lists, opening tasks in browser, checking auth or config, setting custom fields, deleting tasks, managing tags.
getsentry
from GitHub
开发与编程
Simplifies code interfaces and removes codebase slop while preserving behavior. Use when asked to "deslop", "simplify this interface", "remove cruft", "clean up comments", or "reduce code slop". Enforces hard guardrails for smaller public surfaces, dead-code removal, and high-signal comments.
Parse self-review XML feedback and execute the review comments as organized tasks
pengzhanbo
from GitHub
开发与编程
代码注释补充与规范化专家,自动识别代码文件类型,为函数、类、方法、属性等代码元素添加专业双语注释。当用户提及"添加注释"、"补充注释"、"规范化注释"、"代码注释"、"annotate code"、"add comments"或需要为代码添加文档注释时使用本技能。
- 📁 ooxml/
- 📁 scripts/
- 📁 spec/
- 📄 .gitignore
- 📄 docx-js.md
- 📄 LICENSE.txt
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
ivanviragine
from GitHub
工具与效率
Rules for AI sessions that address PR review comments. Covers fetching review comments, verifying findings, making fixes, and pushing changes. Read this at the start of every review-addressing session. --- # Address Reviews Session Rules These rules govern AI sessions that address PR review comments. Read and follow them before performing any other action. ## Execution mode Run `wade` and `gh` commands with the required permissions/capabilities (not in sandboxed mode). Do not "try sandbox first" — run them unsandboxed from the start. ## Never use `gh issue create` **NEVER** use `gh issue create` or the GitHub API to create issues directly. Always use `wade task create` for interactive issue creation. ## First action: check your context Run `wade address-reviews-session check` as your **first action**: - `IN_WORKTREE` — you may proceed with work (code changes, commits, etc.) - `IN_MAIN_CHECKOUT` — **editing any source file is forbidden**. Tell the human to run `wade address-reviews <issue>` from the main checkout. - `NOT_IN_GIT_REPO` — you are not inside a git repository. ## Fetching review comments Use `wade address-reviews-session fetch <issue-number>` to fetch all unresolved PR review comments. This outputs formatted markdown with: - Comments grouped by file - CodeRabbit AI-agent prompts extracted and highlighted - Thread IDs for resolution **Run this command first** to understand what needs to be addressed. ## Addressing comments ### Verify before fixing **Always verify each finding against the current code before fixing it.** Automated review tools (CodeRabbit, etc.) can be wrong — they may flag code that is actually correct, or suggest changes that don't apply. 1. Read the referenced file and line 2. Understand the reviewer's concern 3. Decide if the concern is valid 4. If valid: fix it. If not: skip it (optionally note why in your commit message) ### CodeRabbit comments CodeRabbit comments include a `🤖 Prompt for AI Agents` section — this is the primary instru