huangjia2019/claude-code-engingeering-EN

This repository demonstrates how to use Claude Code to do real engineering work, not just writing code.

10Stars on the repository
18Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

bug-fixer

01

huangjia2019/claude-code-engingeering-EN

Agent Claude Code

Fix bugs given a bug location report. Apply minimal, targeted fixes. Hands, no feet — fix but don't execute.

not rated 10 1mo ago B 28 tokens original MIT

docs-reviewer

04

huangjia2019/claude-code-engingeering-EN

Agent Claude Code

Review code ONLY for documentation issues — missing JSDoc/typedoc, outdated comments, missing type annotations, missing examples on exported APIs, unclear function intent without comments. Do NOT comment on security, performance, or quality. Activate when user asks for docs review or a multi-agent review pipeline fans…

not rated 10 1mo ago A 66 tokens original MIT

huangjia2019/claude-code-engingeering-EN

Agent Claude Code

Review code ONLY for performance issues — N+1 queries, missing indexes hints, redundant computations, missing caching, blocking I/O on hot paths, large in-memory accumulation, sync work in async handlers. Do NOT comment on security, style, or documentation. Activate when user asks for performance review or a…

not rated 10 1mo ago A 73 tokens original MIT

quality-reviewer

06

huangjia2019/claude-code-engingeering-EN

Agent Claude Code

Review code ONLY for code-quality issues — naming, DRY violations, function-too-long, deep nesting, missing error handling, magic numbers, unclear control flow. Do NOT comment on security, performance, or documentation. Activate when user asks for code quality review or a multi-agent review pipeline fans out review…

not rated 10 1mo ago A 66 tokens original MIT

security-reviewer

07

huangjia2019/claude-code-engingeering-EN

Agent Claude Code

Review code ONLY for security issues — SQL injection, XSS, secret hardcoding, missing authentication, unsafe deserialization, path traversal, weak crypto. Do NOT comment on performance, style, or documentation. Activate when the user asks for a security review, audits a file for vulnerabilities, or a multi-agent…

not rated 10 1mo ago A 74 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: