Ejecuta cualquier Skill en Manus
con un clic
con un clic
Ejecuta cualquier Skill en Manus con un clic
Comenzar$pwd:
$ git log --oneline --stat
stars:356
forks:83
updated:1 de mayo de 2026, 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.