在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
lint-check
// Runs project linting and reports issues. Used after code changes to ensure style compliance.
$ git log --oneline --stat
stars:0
forks:1
updated:2026年3月31日 18:42
SKILL.md
// Runs project linting and reports issues. Used after code changes to ensure style compliance.
Runs the project linter and reports style issues. Used after code changes to ensure consistency.
Checks deployment readiness by verifying build status and test results before proceeding.
| name | lint-check |
| description | Runs project linting and reports issues. Used after code changes to ensure style compliance. |
| allowed-tools | ["shell","read"] |
Run the project's configured linter and return results.
This skill executes the project's lint command and formats the output for review.