注释

代码注释与标注

显示 1033-1056 / 共 1139 个技能
srobroek

eli5

srobroek

Explain a topic at five depth levels from metaphor to frontier. Use when asked "ELI5", "explain X", "what is X", or "how does X work".

学术 1 13天前
sayam

Production discipline — the baseline layer

sayam

Enforced in the reference: tests/test_workflow_validity.py

注释 0 12天前
mohitagw15856

social-media-audit

mohitagw15856

"Audit an existing social media presence across all active platforms. Use when asked to review social media performance, analyse a brand's social presence, benchmark against competitors, or identify what's working and what isn't. Produces a scored audit with platform-by-platform analysis, content performance review, competitive benchmarking, and a prioritised action plan."

注释 1320 3个月前
markup-carve

carve-authoring

markup-carve

Use when writing or editing Carve markup (.crv / .carve files), or when the user asks to author Carve. Carve is a post-Markdown lightweight markup language that deliberately diverges from Markdown/Djot — the emphasis delimiters are swapped (/italic/, bold), sup/sub are braced-only, and several Markdown habits produce wrong output. This skill front-loads the correct syntax and the traps so the output is valid Carve the first time.

注释 0 1个月前
vinta

review-prs

vinta

Triage open PRs — screen from the diff, delegate the admission judgment to audit-the-list, then merge or close on GitHub. Fire when the maintainer asks to review PRs, process the PR queue, or judge whether a specific PR should be merged.

代码评审 31.7万 15天前
wahajahmed010

open-source-contributor

wahajahmed010

"Autonomous GitHub contribution agent using the Architect-Builder pattern. Buck (main agent) handles all git/network I/O; subagents handle focused cognitive work only. Scouts issues, implements fixes, and submits PRs. Supports three difficulty levels. Triggers on: open source, github, contribution, PR, pull request, issue fix, OSS, contributor."

自动化 0 3个月前
diskixix0-collab

paper

diskixix0-collab

Academic paper workflow — find, read/annotate (HTML), daily digest, cite. Use when user invokes /paper, needs paper annotation, literature search, citation generation, or daily paper discovery.

学术 1 5个月前
ab22593k

flutter-widget-previewer

ab22593k

Use the Flutter Widget Previewer to preview widgets in isolation with real-time rendering in Chrome. Use when working with Flutter widget previews, @Preview annotations, preview configurations, or widget development workflows. Triggers include setting up widget previewer, adding @Preview annotations, customizing previews, creating custom preview annotations, handling multiple preview configurations, or troubleshooting widget preview issues.

API 开发 0 6个月前
idotta

code-comments

idotta

Write clear, plain-spoken code comments and documentation that lives alongside the code. Use when writing or reviewing code that needs inline documentation—file headers, function docs, architectural decisions, or explanatory comments. Optimized for both human readers and AI coding assistants who benefit from co-located context.

注释 0 6个月前
NeoLabHQ

review-pr

NeoLabHQ

Review an existing GitHub pull request and post inline review comments on its diff. Use when the changes are on an opened PR rather than your local working tree.

代码评审 1482 24天前
addyosmani

code-simplification

addyosmani

Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.

代码评审 9万 5个月前
nicolasganan

docx

nicolasganan

"Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation."

代码生成 0 3个月前
imoonkey

TikTok

imoonkey

```

注释 56 4个月前
ggwicz

plain-language

ggwicz

Reviews project text — documentation, READMEs, marketing copy, UI strings, code comments, error messages — for compliance with the U.S. federal government Plain Language Guidelines. Produces structured edit recommendations with concrete rewrites. Activates on plain language review, readability check, copy audit, "make this clearer," or "improve the writing."

代码评审 0 6个月前
harperreed

roborev-respond

harperreed

Use only when the user explicitly invokes $roborev-respond

代码评审 332 1个月前
Gingiris-1031

gr-backlinks

Gingiris-1031

Systematic backlink building for indie founders. Covers 5 channel types ranked by GEO + SEO ROI: Wikipedia (entities), authoritative media (PR), industry reviews (G2/Capterra/Product Hunt), Reddit/Quora discussions, and HARO/Featured.com expert quotes. Designed for 0→1 sites where domain authority is the bottleneck. Aligns with 2026 Google/Bing GEO guidance: backlinks are the strongest brand-authority signal AI search engines use to decide citations. Defaults to dev/B2B link sources; for 2C products (education, consumer apps) authority links differ — see gingiris-seo-geo/references/2c-adaptation.md.

注释 73 1个月前
gopherguides

address-review

gopherguides

"Address pull request review feedback from humans or bots. Use when existing comments, requested changes, unresolved review threads, or CodeRabbit/codex review findings need code fixes, verification, push updates, and thread resolution. SKIP fresh code-review requests with no existing feedback; use review-deep."

注释 21 6天前
bph

wp-block-markup

bph

Convert Markdown files to WordPress block markup (Gutenberg serialized HTML). Use whenever the user wants to produce content that can be pasted into the WordPress Code Editor or used in block theme HTML templates. Also use for the reverse direction (block markup to markdown).

注释 0 6个月前
wottpal

use-the-index-luke

wottpal

Postgres query and index optimization workflow based on use-the-index-luke principles. Use for EXPLAIN analysis, index design, predicate rewrites, joins, sorting, and pagination tuning.

代码评审 0 6个月前
burin-labs

SKILL: harn-forgejo-connector

burin-labs

60 req/min token bucket, or rate_limit = { disabled = true } to bypass it.

注释 0 4个月前
yizhiyanhua-ai

fireworks-open-eli5

yizhiyanhua-ai

Create evidence-aware, interactive visual explainers as self-contained offline HTML. Use when a user asks to explain a concept, repository module, engineering tradeoff, or incident with a diagram, walkthrough, ELI5 treatment, data/request trace, failure view, or teach-back. Do not use for a plain short answer, ordinary prose rewrite, generic website implementation, or unsupported claims presented as facts.

代码生成 181 14天前
dotnet

multithreaded-task-migration

dotnet

Guide for migrating MSBuild tasks to multithreaded mode support, including compatibility red-team review. Use this when converting tasks to thread-safe versions, implementing IMultiThreadableTask, adding TaskEnvironment support, or auditing migrations for behavioral compatibility.

代码评审 5547 14天前
xinyaoliao93

xhs-research

xinyaoliao93

Use for read-only Xiaohongshu topic research, including keyword search, bounded post/detail collection, best-effort comments, time filtering, relevance screening, opinion synthesis, and evidence-backed reports.

注释 1 16天前
zqm0779

contract-review

zqm0779

"Contract review skill that adds comment-based issue annotations without changing original text. Enforces a three-layer review (basic, business, legal), writes structured comments (issue type, risk reason, revision suggestion) with risk level encoded via reviewer name, and generates a contract summary, consolidated opinion, and Mermaid business flowchart (with rendered image). Output language must follow the contract’s language."

注释 0 6个月前