Agent Skills: Custom Linter Guidelines

Custom workspace skill for linting test functions and type annotations.

UncategorizedID: warpcode/dotfiles/custom-linter

Install this agent skill to your local

pnpm dlx add-skill https://github.com/warpcode/dotfiles/tree/HEAD/dot_gemini/config/plugins/antigravity2-test-suite-plugin/skills/custom-linter

Skill Files

Browse the full folder contents for custom-linter.

Download Skill

Loading file tree…

dot_gemini/config/plugins/antigravity2-test-suite-plugin/skills/custom-linter/SKILL.md

Skill Metadata

Name
custom-linter
Description
Custom workspace skill for linting test functions and type annotations.

Custom Linter Guidelines

  1. Ensure all test functions start with test_.
  2. Verify all functions have explicit type annotations.
  3. Validate error handling and docstrings.