AgentSkillsCN

lint-fix

运行 lint 自动修复(默认为 `metta lint --fix`),解决剩余的 lint 错误,并对改动内容进行总结。适用于被要求修复 lint 问题时使用。

SKILL.md
--- frontmatter
name: lint-fix
description: "Run lint autofix (default `metta lint --fix`), address remaining lint errors, and summarize changes. Use when asked to fix lint issues."

Lint Fix

Workflow

  • Confirm the lint command and any allowlist paths (default metta lint --fix).
  • Run the lint autofix.
  • Fix remaining lint failures manually, limiting changes to relevant files.
  • Summarize edits and re-run lint if needed.