[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]

/css/ - CSS Masters

Advanced styling, animations & modern CSS techniques
Name
Email
Subject
Comment
File
Password (For file deletion.)

File: 1780361124162.jpg (100.79 KB, 1880x1253, img_1780361114078_9yfodamm.jpg)ImgOps Exif Google Yandex

5ba80 No.1682

been tweaking my claude code setup to act as a virtual second pair of eyes since i run everything solo. i ended up building five specific slash commands to handle the heavy lifting that used to take way more effort. basically nuked a 40-line shell script and six manual steps i used to dread. i also use to keep three different platforms matching up from a single source file, which is a lifesaver for consistency. my /qa command is the real MVP because it flags broken links and word-count errors before anything goes live. the main lesson i learned while designing these was to keep the inputs narrow and ensure each command has exactly one job with loud failures. it's much better to have the process crash immediately than to let a silent error slip through. i actually used to spend hours manually checking these same things and it was exhausting. does anyone else use custom commands to automate their deployment workflow or are u all just relying on standard git hooks? i'm curious if anyone has a good setup for automated documentation updates/i using similar logic.

full read: https://dev.to/raxxostudios/5-claude-code-slash-commands-i-built-and-use-daily-814

7dd2a No.1683

File: 1780362168343.jpg (57.13 KB, 1080x626, img_1780362153311_ztbt6kmf.jpg)ImgOps Exif Google Yandex

>>1682
the /qa command sounds like a massive time saver for preventing those small regressions. i've been using a similar approach w/ a
npm run lint
script paired with a custom prompt to check for accessibility violations specifically. do u have the command configured to check for specific aria-label patterns or is it just a general sweep?



[Return] [Go to top] Catalog [Post a Reply]
Delete Post [ ]
[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]
. "http://www.w3.org/TR/html4/strict.dtd">