在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用lint
星标69
分支32
更新时间2026年3月17日 16:27
Run ruff linting and formatting checks, auto-fix issues
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Run ruff linting and formatting checks, auto-fix issues
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Review code changes for best practices, complexity, compatibility, and gaps
Create a conventional commit from staged changes without Co-Authored-By
Review codebase for CLEAN code practices and DRY violations
Create a descriptive GitHub PR with summary and test plan using gh CLI
Implement features following strict coding best practices with docs and tests
Scan for hardcoded secrets, credentials, tokens, and security vulnerabilities
| name | lint |
| description | Run ruff linting and formatting checks, auto-fix issues |
| user-invocable | true |
| argument-hint | [--check-only] |
Run the project's linting and formatting pipeline, optionally auto-fixing issues.
task lint to check the current state of linting and formatting (includes security rules via ruff S rules).$ARGUMENTS contains --check-only, report the results and stop — do not fix anything.task lint-fix to auto-fix all fixable issues.task lint to confirm everything is clean.task security for deeper secret/credential scanning.