Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$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.