Run all project checks in sequence and report a summary:
npm run lint— lint all file typesnpm test— run the test suitenpm run lint:plugin— validate plugin structure
If any step fails, continue running the remaining checks before reporting. Summarize all results at the end.