Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:356
forks:83
updated:2026년 5월 1일 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.