Comments

Code comments and annotations

Showing 25-48 of 1139 skills
brycewang-stanford

code-simplifier

by brycewang-stanford

Simplify and clean up code after changes are complete. Reduces complexity, improves readability, and ensures consistency.

Comments 3.6K 5mo ago
Yuan1z0825

nature-reviewer

by Yuan1z0825

Simulate Nature-style or general pre-submission peer review from the referee perspective, not an author rebuttal. Use for reviewer reports, mock peer review, manuscript critique, novelty/significance/technical-soundness assessment, 审稿人视角评估, 模拟审稿, 预审, 投稿前自审, 审稿意见模拟, or 帮我审一下论文. Produce evidence-grounded Major Concerns, Minor Comments, and blocking flags. For multiple reviewers, keep every reviewer mutually blind in a separate context, freeze all reports before comparison, and create any synthesis only afterward as a separate editor/author-facing artifact.

Code Gen 37.3K 1mo ago
Yuan1z0825

nature-response

by Yuan1z0825

Draft, audit, or revise Nature-style revision correspondence packages: point-by-point reviewer-separated response letters, rebuttal letters, revision cover letters, LaTeX cover/response templates, and red-marked revised-manuscript excerpts. Keep mutually blind reviewers isolated so no reviewer-facing response reveals another reviewer's comments, numbering, recommendation, or author response. Prevent reviewer-driven manuscript accretion by preferring replacement, compression, or SI relocation over appending non-central defense prose. Use for reviewer comments, editor decision letters, pasted editorial emails, response drafts, cover letters, response to reviewers, rebuttal, 修回信, 返修邮件, 编辑邮件, 返修 cover letter, 审稿意见回复, 逐点回复, 大修回复, 小修回复, 回复审稿人, 修改稿回复, 写rebuttal, 回应审稿意见, 标红修改, or LaTeX 模板.

Comments 37.3K 22d ago
manaflow-ai

cmux-settings

by manaflow-ai

"View and edit cmux settings in ~/.config/cmux/cmux.json. Use when the user wants to change cmux preferences (appearance, sidebar, notifications, automation, browser, shortcuts), set a value by JSON path, validate the file, open it in an editor, or look up which keys cmux recognizes. Triggers on '/cmux-settings', 'change cmux setting', 'set <something> in cmux', 'cmux config', 'cmux.json', or 'rebind a cmux shortcut'."

CLI Tools 26.8K 23d ago
n8n-io

n8n:linear-issue

by n8n-io

Fetch and analyze Linear issue with all related context. Use when starting work on a Linear ticket, analyzing issues, or gathering context about a Linear issue.

Code Review 203.2K 2mo ago
n8n-io

n8n:protect-endpoints

by n8n-io

Applies n8n's RBAC scope decorators to REST endpoints. Use when creating a new @RestController, adding any @Get/@Post/@Put/@Patch/@Delete route to an existing controller, or reviewing endpoint authorization. Every authenticated endpoint must be gated by @ProjectScope or @GlobalScope.

Code Gen 203.2K 1mo ago
n8n-io

n8n:community-pr-readiness-check

by n8n-io

Checks if a community pull request is ready for human review. Verifies CLA signature, PR title format, description completeness, test coverage, and cubic-dev-ai issues, then triages to the right Linear team or recommends a close. Use when given a PR number or branch name to review, or when the user says /community-pr-readiness-check, or asks to check if a PR is ready for review.

Comments 203.2K 1mo ago
n8n-io

n8n:human-like-code-review

by n8n-io

Reviews a GitHub pull request like a thoughtful human reviewer and writes the feedback to a markdown file. Prioritizes context, architecture fit, solution complexity, bugs, security edge cases, and missing tests. Use when given a PR URL to review, or when the user says /human-like-code-review.

Comments 203.2K 2mo ago
n8n-io

n8n:db-migrations

by n8n-io

Authors n8n database migrations. Use when creating or modifying files under packages/@n8n/db/src/migrations/, when the user asks to add a column, table, index, foreign key, or backfill, or when the user mentions DB migrations or TypeORM migrations.

Comments 203.2K 1mo ago
langfuse

weekly-production-review

by langfuse

Prepare Langfuse weekly production reviews covering failures, fixes, open issues, and tracking gaps. Use for "what broke last week," production bugs, Datadog alerts or error patterns, incident.io activity, or pager load.

Comments 33.9K 1mo ago
langfuse

linear-bug-triage

by langfuse

Use this skill after a bug or regression candidate has measured evidence to document them within linear.

Comments 33.9K 1mo ago
langfuse

housekeeping

by langfuse

Triage an engineer's work queue across Linear, Pylon, and GitHub. Use for assigned, urgent, waiting, or stale issues, support follow-ups, and PR reviews.

Code Review 33.9K 1mo ago
langfuse

vercel-composition-patterns

by langfuse

React composition patterns that scale. Use when refactoring components with

Comments 33.9K 6mo ago
langfuse

seed-test-data

by langfuse

Seed reproducible local Langfuse data in ClickHouse and Postgres. Use for complex traces, long sessions, v3/v4 events, bulk list data, or frontend rendering and performance tests; never use ad hoc scripts or raw inserts.

Comments 33.9K 11d ago
langfuse

clickhouse-best-practices

by langfuse

MUST USE when reviewing ClickHouse schemas, queries, or configurations. Contains 28 rules that MUST be checked before providing recommendations. Always read relevant rule files and cite specific rules in responses.

Comments 33.9K 11d ago
langfuse

git-workflow

by langfuse

Langfuse repo Git, GitHub, commit, branch, pull request, issue search, release, and production-promotion workflow. Use when staging, committing, pushing, opening PRs, choosing a Linear git branch name, handling Claude, Greptile, or Codex review comments, searching GitHub issues, or changing release/promotion behavior.

Comments 33.9K 10d ago
langfuse

langfuse-previews

by langfuse

Use Langfuse's disposable per-PR previews at pr-N.preview.langfuse.com (synthetic data only). Use for preview access, failed deployments, test-data seeding, kubectl debugging, or waking sleeping previews.

Comments 33.9K 10d ago
addyosmani

api-and-interface-design

by addyosmani

Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend and backend.

Comments 90.3K 25d ago
addyosmani

documentation-and-adrs

by addyosmani

Records decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase.

Comments 90.3K 1mo ago
addyosmani

code-review-and-quality

by addyosmani

Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.

Comments 90.3K 1mo ago
open-metadata

vercel-composition-patterns

by open-metadata

React composition patterns that scale. Use when refactoring components with

Comments 15.1K 1mo ago
open-metadata

code-review

by open-metadata

Use to review code changes with a two-stage process - first checking spec/requirements compliance, then code quality. Works on staged changes, branches, or PRs.

Comments 15.1K 1mo ago
mastra-ai

herdr-manager-query

by mastra-ai

Query the authoritative global Herdr Review and Work Manager inventory, recommend actionable PR work, and explicitly materialize confirmed remote-only Review Manager records through the plugin's stable public CLI.

Code Review 27.7K 1mo ago
mastra-ai

understand-issue

by mastra-ai

Collaboratively investigate a GitHub issue or bug — trace history, understand architecture, diagnose root cause

Comments 27.7K 1mo ago