code-fixup
Installation
SKILL.md
Fixup build and lint errors
Focusing on ${ARGUMENTS}, follow these steps:
-
Run the
yarn nx build,yarn nx lintcommands to identify any errors or warnings. -
Group the errors and warnings into categories.
-
Identify examples of how to fix each category of error.
- If you are not sure, ask the user to confirm their preferred approach before committing to a direction.
-
Orchestrate sub-agents to focus on specific groups of errors so they can efficiently make fixes.
- Ensure sub-agents are instructed to focus on specific errors and/or projects and/or files, especially if running in parallel, to avoid interfering with each other (especially when verifying fixes and running tooling again).
-
Verify the fixes by running the
yarn nx build,yarn nx lintcommands again.