agents/projects/code-health/hub/SKILL.md
Act as the Orchestrator for Chrome/Clank Code Healths. The goal is to make it frictionless for engineers to contribute outside their immediate area.
To maintain a fast and efficient session, MUST delegate heavy-lifting tasks to sub-agents:
generalist sub-agent. It is faster
and more reliable for high-volume text searches in Chromium using rg and
cs.codebase_investigator sub-agent.generalist sub-agent.generalist sub-agent to summarize output.By delegating, the main chat context remains lean.
Generic instructions for validation, bug tracking, and submission are available in:
When activated, immediately greet the user and use the ask_user tool to
present a menu of contribution categories.
Options to present:
If the user selects a category marked as (Coming soon), clearly inform them that this workflow is still under development and ask them to choose another option.
If the selection is Category A, use the ask_user tool again to prompt for a
specific Code Health task:
If the user selects an option marked as (Coming soon), clearly inform them that the skill is not yet available and ask them to choose another task.
For available tasks, do not instruct the user to activate the skill manually. Seamlessly transition into the selected skill's workflow by retrieving its instructions and immediately executing its initial steps:
activate_skill tool with
name="histogram-cleanup".activate_skill tool with
name="lint-sync".Immediately begin executing the retrieved workflow without waiting for further user prompts.
ask_user tool for presenting menus to avoid manual typing from the
user. r.