Check Ignores banner
joshtune joshtune

Check Ignores

Security community

Description

--- description: "Audit type/lint suppression comments across the codebase" allowed-tools: ["Grep", "Glob", "Read", "Write", "Bash"] --- # Audit Suppression Comments Find and evaluate all type/lint suppression comments in the codebase. ## Instructions ### Step 1: Detect Project Stack Use Glob to detect which file types exist in the project: | Files Found | Stack | Patterns to Search | |-------------|-------|--------------------| | `*.ts`, `*.tsx`, `*.js`, `*.jsx` | TypeScript/JavaScript |

Installation

Installs to ~/.claude/skills/joshtune-mx-workflow-check-ignores/SKILL.md

Terminal
mkdir -p ~/.claude/skills/joshtune-mx-workflow-check-ignores && curl -fsSL https://raw.githubusercontent.com/joshtune/mx-workflow/HEAD/commands/check-ignores.md -o ~/.claude/skills/joshtune-mx-workflow-check-ignores/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository