Does This Clash banner
dgriffith dgriffith

Does This Clash

Development community

Description

--- name: does-this-clash description: Analyze whether code fits with established codebase patterns and conventions pattern: /does-this-clash(?:\s+(.+))? --- Using @agent-mentor analyze whether specific code aligns with established codebase patterns, conventions, and architectural principles. ## Input Parsing The user invoked: /does-this-clash {code_reference} Examples: - `/does-this-clash src/services/new-feature.ts` - Check if new code fits patterns - `/does-this-clash PR #123` - Review PR

Installation

Installs to ~/.claude/skills/dgriffith-bad-daves-robot-army-does-this-clash/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dgriffith-bad-daves-robot-army-does-this-clash && curl -fsSL https://raw.githubusercontent.com/dgriffith/bad-daves-robot-army/HEAD/commands/does-this-clash.md -o ~/.claude/skills/dgriffith-bad-daves-robot-army-does-this-clash/SKILL.md

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

Full documentation available on GitHub

View Source Repository