원클릭으로
원클릭으로
Instructions for reviewing session bottlenecks and drafting process improvements.
Instructions for preparing a CL for upload, including committing, verification, and optional upload.
Instructions for running the SeniorReviewer subagent.
Guidelines for generating AIP-160 filter strings for Fleet Console.
Guidelines for building high-density enterprise UIs in Fleet Console.
Instructions for manually testing the Fleet Console using the browser subagent.
| name | project_verification |
| description | Instructions for running tests, linter, and type-checks. |
Note: This document contains instructions for AI code assistants working in this repository. Human developers can use it as a reference.
Use this skill before declaring a task complete to ensure no regressions.
Note: If you get an error that
npmis not found, you may need to initialize the environment by runningenv.py(refer to the setup instructions insrc/fleet/README.md).
npm run lint: Runs linting on the entire project.npm run lint-inc: Runs linting only on files modified against origin/main (faster).npm test -- ./src/fleet/npm run type-check