Apply Python coding standards, typing discipline, and readability rules in theme-extractor. Use when writing or reviewing production code, especially around interfaces, CLI, and domain models.
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
Use when you want to validate changes before committing, or when you need to check all React contribution requirements.
Use when you need to run Flow type checking, or when seeing Flow type errors in React code.
Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.
Use when making code changes to ensure they pass VS Code's hygiene checks. Covers the pre-commit hook, unicode restrictions, string quoting rules, copyright headers, indentation, formatting, ESLint, and stylelint. Run the hygiene check before declaring work complete.
Use when adding, modifying, or reviewing VS Code configuration policies. Covers the full policy lifecycle from registration to export to platform-specific artifacts. Run on ANY change that adds a `policy:` field to a configuration property.