FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Claude Code Custom Slash Commands: Automate Your Repetitive Workflows
How-ToDevOps

Claude Code Custom Slash Commands: Automate Your Repetitive Workflows

via Dev.tomyougaTheAxo3w ago

Claude Code Custom Slash Commands: Automate Your Repetitive Workflows What Are Custom Slash Commands? Claude Code lets you create your own commands like /commit , /review-pr , etc. Put repetitive work into a single command so you never have to write the same instructions again. How It Works Just place Markdown files in .claude/commands/ : .claude/ commands/ review.md → /review deploy-check.md → /deploy-check db-migrate.md → /db-migrate Example 1: Code Review Command .claude/commands/review.md : # Code Review Review current changes ( `git diff HEAD` ): 1. **Bug risks** : Crash or data corruption potential 2. **Security** : OWASP Top 10 perspective 3. **Performance** : N+1 queries, unnecessary loops 4. **Readability** : Variable names, function length, complexity 5. **Tests** : Coverage gaps Include file:line numbers for each issue. Severity: 🔴 must fix / 🟡 recommended / 🟢 suggestion claude /review Example 2: Pre-Deploy Checklist .claude/commands/deploy-check.md : # Pre-Deploy Checklist

Continue reading on Dev.to

Opens in a new tab

Read Full Article
8 views

Related Articles

I Thought My Flutter Code Was Safe… Until I Learned About Obfuscation
How-To

I Thought My Flutter Code Was Safe… Until I Learned About Obfuscation

Medium Programming • 1w ago

Sony Promo Codes and Discounts: 45% Off
How-To

Sony Promo Codes and Discounts: 45% Off

Wired • 1w ago

Ulta Coupons and Deals: Up to 50% Off in March
How-To

Ulta Coupons and Deals: Up to 50% Off in March

Wired • 1w ago

Loguru vs Structlog: When to Use Which
How-To

Loguru vs Structlog: When to Use Which

Medium Programming • 1w ago

The Developer’s Playbook 2026: Master the Hottest Tech Stack While Building Passive Income in…
How-To

The Developer’s Playbook 2026: Master the Hottest Tech Stack While Building Passive Income in…

Medium Programming • 1w ago

Discover More Articles