Jeden Skill in Manus ausführen
mit einem Klick
mit einem Klick
Jeden Skill in Manus mit einem Klick ausführen
Loslegen$pwd:
$ git log --oneline --stat
stars:356
forks:83
updated:1. Mai 2026 um 20:27
SKILL.md
| name | fix-linting-errors |
| description | Fix linting errors in a PR or Diff. |
This skill fixes linting errors in a PR or Diff.
Check if ufmt is installed by running ufmt.
If ufmt is not installed, install it by running uv pip install -r requirements-fmt.txt.
If in open source environment, find requirements-fmt.txt in the root of the repository.
If in Meta environment, find requirements-fmt.txt in fbsource/tools/lint/pyfmt/reqs/requirements-fmt.txt.
Run ufmt format <changed_file> to format all the changed file in the Diff or PR.