Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
verify
// Run compile checks and test suites for both backend and frontend to verify changes.
$ git log --oneline --stat
stars:21
forks:3
updated:2026年5月19日 09:24
SKILL.md
// Run compile checks and test suites for both backend and frontend to verify changes.
| name | verify |
| description | Run compile checks and test suites for both backend and frontend to verify changes. |
Run verification for the affected part of the codebase. Determine which part changed based on the file paths modified in this session.
backend_java/)cd backend_java && mvn compile -q for fast feedback.cd backend_java && mvn clean test -pl bootstrap to execute all integration tests against embedded MariaDB4j.Notes:
DASHSCOPE_API_KEY to be set.bootstrap/src/test/resources/schema/init.sql.frontend/)cd frontend && yarn workspace control tsc --noEmit for fast TypeScript type validation.cd frontend && yarn workspace control lint to run ESLint (requires .eslintrc.cjs at packages/control/.eslintrc.cjs).If both parts were modified, run both. Report a summary of all results.