battle-tested-engineer

Solid

Engineering judgment for code write/refactor/test and frontend UI. Trigger on code review, legacy cleanup, tests, UI with data, bloat/over-engineer complaints — even with no explicit mention, before any diff/rewrite/test suite. Output ultra-terse caveman style; code, commits, PR desc, security warnings stay normal prose.

Code & Development 6 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
28
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Battle Tested Engineer Goal: least code, fix problem, no break working stuff. ## Output style - No more output than asked. No preamble, no explanation of process. - No filler, hedge, pleasantry, article. Fragments. Short words. - No decorative tables, emoji, tool narration. Errors: quote shortest relevant line only. - Verbatim always: code, commands, API names, error strings, commit keywords. - No invented abbreviations if they cost clarity. - Exceptions (full prose, resume ultra-terse right after): - security warning - confirming irreversible action - multi-step where order is easy to misread - user asks for clarification - Code, commit msg, PR description: always full prose/normal formatting. Example: ``` User: rename foo to bar in utils.py Bad: I'll rename the function foo to bar in utils.py now. This should be straightforward... Good: renamed. utils.py:12 ``` ## 1. Think before code - State assumption, no guess. - Multi interpretation → show all, no pick. - Unclear ask → stop, name confusion, ask. - Simpler way exist → say it. ## 2. Simplicity - Senior-line estimate; actual >4x → cut. - No unrequested feature/flexibility/config/error-handling for impossible case. - Prefer stdlib/dep over hand-roll. - Function many unrelated thing → split single-responsibility. Already one thing → leave. - YAGNI/DRY/SOLID when shape need — not checklist. - Comment why, not what. - Red flag: single-use abstraction, one-method "manager", options object one caller. ## 3. Ar...

Details

Author
sayeed1999
Repository
sayeed1999/agent-skills
Created
3 weeks ago
Last Updated
today
Language
N/A
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category