一键导入
check-python-style
Check a Python file against the project Python style guide and report violations. Use after editing Python files or when reviewing code style.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Check a Python file against the project Python style guide and report violations. Use after editing Python files or when reviewing code style.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Interactively register one or more project metrics in meta/metrics/, grounded in project/description.md. Use during project setup or any time a new measurement needs to be tracked across tasks.
Create a new not-started task folder with task.json and task_description.md. Use when any skill or workflow needs to create a new task.
Run an interactive brainstorming session to review state and choose next actions.
One-shot interactive onboarding for a newly forked Glite ARF template. Shows the safety acknowledgement, installs dependencies, runs doctor.py, chains into create-project-description, provisions the paid services the project declared, then invokes the four meta/ sub-skills. Use once per fork, right after cloning.
Interactively scaffold a new asset type under meta/asset_types/, grounded in project/description.md. Creates a specification.md stub patterned on the built-in asset types. Use during project setup when a custom asset kind is needed; accept "none for now" to skip.
Interactively add one or more entries to meta/categories/, grounded in project/description.md. Use during project setup or any time a new cross-cutting tag is needed.
| name | check-python-style |
| description | Check a Python file against the project Python style guide and report violations. Use after editing Python files or when reviewing code style. |
Version: 1
Check a Python file against the project's Python style guide and report violations in a way that fixes underlying problems, not just surface style.
$ARGUMENTS — path to the Python file to check (relative or absolute)Read before starting:
arf/styleguide/python_styleguide.md — the authoritative style guidearf/styleguide/python_styleguide.md to load all current rules.$ARGUMENTS.Print results directly to the conversation. Use this structure:
## Style Check: <filename>
### Violations
1. **<Rule name>** (line <N>)
- Found: `<offending code>`
- Why this matters: `<brief risk or reason in this context>`
- Fix: `<corrected code>`
2. ...
### Summary
<N> violation(s) found.