Lint 与格式化

代码 lint 与格式化

用途与选择建议

这类技能用于检查正确性、安全性和运行表现。优先选择能够说明判断依据并提供可复现验证的工作流,再将结果与项目约定及实际测量基线对照。

显示 1-24 / 共 1973 个技能
PostHog

posthog-desktop

PostHog

Scopes work to the desktop app at products/desktop — a nested standalone pnpm/turbo/Biome workspace imported from the now-archived PostHog/code repo, with posthog/posthog the only source of truth for PRs, CI and publishing, and not part of the root frontend or Django build. Use when the user says /posthog-desktop, or works on the Electron desktop app, apps/code, apps/web, apps/mobile, packages/core, packages/ui, packages/workspace-server, @posthog/api-client, @posthog/agent, or the agent framework. Pins the working directory to products/desktop, swaps in that tree's toolchain and conventions in place of the monorepo's, and defines the few paths outside the tree that may be touched (Django APIs the app calls, desktop-* CI at the root).

Lint 与格式化 4万 7天前
langchain-ai

code-review

langchain-ai

Perform a structured code review of changes, checking for correctness, style, tests, and potential issues.

代码评审 2.9万 5个月前
mattpocock

setup-pre-commit

mattpocock

Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.

代码生成 23.8万 19天前
brycewang-stanford

publication-output

brycewang-stanford

This skill covers publication-quality tables and figures for academic research papers. Use when formatting regression results, summary statistics, Monte Carlo output, or research visualizations for LaTeX inclusion. Triggers on "table", "figure", "tabulate", "stargazer", "publication-ready", "LaTeX table", "event study plot", "coefficient plot", "RD plot", "power curve", "specification curve", "binscatter", "format results", "booktabs".

学术 3622 5个月前
alirezarezvani

code-reviewer

alirezarezvani

Code review automation for TypeScript, JavaScript, Python, Go, Swift, Kotlin. Analyzes PRs for complexity and risk, checks code quality for SOLID violations and code smells, generates review reports. Use when reviewing pull requests, analyzing code quality, identifying issues, generating review checklists.

代码评审 2.5万 6个月前
open-metadata

ui-checkstyle

open-metadata

Run the exact ESLint + Prettier + organize-imports sequence that CI's UI Checkstyle workflow runs — on just the files the PR changed — and fail the task if any file ends up with a diff. Invoke after authoring or modifying any .ts, .tsx, .js, .jsx, or .json file under openmetadata-ui/src/main/resources/ui/src/, .../playwright/, or openmetadata-ui-core-components/src/main/resources/ui/src/, or when CI reports a "UI Checkstyle" failure on the PR.

代码评审 1.5万 1个月前
open-metadata

java-checkstyle

open-metadata

Run mvn spotless:apply to fix Java checkstyle / formatting failures and verify the result. Invoke after authoring or modifying any .java files, or when CI reports a "Java checkstyle failed" or "Fix Java checkstyle" issue on a PR.

Git 与版本控制 1.5万 1个月前
microsoft

Hygiene Checks

microsoft

```

自动化 19万 6个月前
metabase

docs-write

metabase

Write documentation following Metabase's conversational, clear, and user-focused style. Use when creating or editing documentation files (markdown, MDX, etc.).

Lint 与格式化 4.9万 6个月前
facebook

fix

facebook

Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.

自动化 24.8万 7个月前
facebook

verify

facebook

Use when you want to validate changes before committing, or when you need to check all React contribution requirements.

自动化 24.8万 7个月前
facebook

flow

facebook

Use when you need to run Flow type checking, or when seeing Flow type errors in React code.

调试 24.8万 7个月前
nrwl

nx-generate

nrwl

Generate code using nx generators. INVOKE IMMEDIATELY when user mentions scaffolding, setup, structure, creating apps/libs, or setting up project structure. Trigger words - scaffold, setup, create a new app, create a new lib, project structure, generate, add a new project. ALWAYS use this BEFORE calling nx_docs or exploring - this skill handles discovery internally.

代码生成 2.9万 2个月前
getsentry

lint-fix

getsentry

Fix violations of an eslintPluginScraps rule across the codebase. Use when asked to "fix lint violations", "apply a lint rule", "fix scraps rule errors", "roll out a lint rule", "enforce a rule codebase-wide", or "fix design system lint". Covers manual fixes, autofix, batching, and codemod strategies for large-scale rollouts.

代码评审 4.5万 4个月前
pollinations

code-formatting

pollinations

Format code on the current branch using Biome. Use when asked to format, lint, or clean up code before committing or creating a PR.

数据处理 5014 1个月前
supabase

docs-content

supabase

Write, edit, organize, and review Supabase content anywhere in apps/docs — guides, explainers, tutorials, troubleshooting entries, reference docs, and partials. Use for MDX/TOML authoring, frontmatter, navigation, terminology, links, code samples, content listings, and docs validation.

代码评审 10.9万 1个月前
remix-run

write-api-docs

remix-run

Write or audit public API docs for Remix packages. Use when adding or tightening JSDoc on exported functions, classes, interfaces, type aliases, or option objects.

代码评审 3.3万 3个月前
dust-tt

dust-hive

dust-tt

Information about dust-hive, a CLI tool for running multiple isolated Dust development environments. ALWAYS enable this skill when the working directory is under a repository's .hives/ directory or ~/dust-hive/, when its .envrc identifies a dust-hive environment, or when working with dust-hive. Use for understanding port allocation, running tests, and working with the environment.

代码评审 1454 2天前
dartsim

dart-io

dartsim

"DART IO: URDF, SDF, MJCF parsers, and dart::io loading"

数据处理 1196 1个月前
dartsim

dart-build

dartsim

"DART Build: CMake, pixi, dependencies, and build troubleshooting"

代码评审 1196 1个月前
melodic-software

Reuse or replace

melodic-software

"Re-anchor the anti-fragmentation discipline that when an established way of doing something already exists — an idiom, structure, naming shape, doc format, or process — new work REUSES it or openly REPLACES it (migrate the old uses, record the decision); never a silent second, parallel way alongside. Then audit the work in flight for unexplained divergence from an established way. Replacing is first-class when evidence backs it — the sin is the SILENT second way, not divergence itself. Use when: 'reuse or replace', 'we already have a way of doing this', 'don't invent a second way', 'keep it one way', 'follow the existing pattern or replace it', 'be consistent', 'you added a parallel way', 'this diverges from how we do it elsewhere', or at conversation start on work that extends an established codebase, structure, or process."

代码评审 12 22天前
higginslol041-max

no-use-effect

higginslol041-max

"ALWAYS ACTIVE. Enforces a strict no-direct-useEffect rule in React and React Native code. Never write useEffect directly — use derived state, event handlers, useMemo, useSyncExternalStore, data-fetching libraries, key-based resets, or useMountEffect instead. Triggers on all React component code: writing new components, editing existing ones, reviewing code, fixing bugs, or refactoring. Also triggers when user mentions useEffect, side effects, data fetching, state sync, or component lifecycle."

Lint 与格式化 0 5个月前
cursor

deslop

cursor

Remove AI-generated code slop and clean up code style

Lint 与格式化 5385 6个月前
Yuan1z0825

nature-shared

Yuan1z0825

Internal shared-reference support package for installed Nature Skills, including nature-writing, nature-polishing, nature-response, nature-reader, and nature-paper2ppt. Do not invoke it as a standalone user workflow. Load only the specific core or journal-format file requested by another Nature skill.

法律 3.7万 18天前