huangjia2019/claude-code-engineering
Agent Claude Code
Review code changes for quality, security, and best practices. Proactively use this after code modifications.
This repository demonstrates how to use Claude Code to do real engineering work, not just writing code. 本项目是极客时间专栏 《Claude Code 工程化实战》 的官方配套示例仓库,目标就是: 👉 把 Claude Code 从“对话式编码工具”,变成 可设计、可复用、可治理的工程系统。
huangjia2019/claude-code-engineering
Agent Claude Code
Review code changes for quality, security, and best practices. Proactively use this after code modifications.
huangjia2019/claude-code-engineering
Agent Claude Code
Run tests and report results concisely. Use this after code changes to verify everything works.
huangjia2019/claude-code-engineering
Agent Claude Code
Analyze log files and extract actionable insights. Use when troubleshooting issues or investigating incidents.
huangjia2019/claude-code-engineering
Agent Claude Code
Explore and analyze API-related code. Use when investigating endpoints, routing, or HTTP handling.
huangjia2019/claude-code-engineering
Agent Claude Code
Explore and analyze authentication-related code. Use when investigating auth flows, session management, or security.
huangjia2019/claude-code-engineering
Agent Claude Code
Explore and analyze database-related code. Use when investigating data models, queries, or persistence.
huangjia2019/claude-code-engineering
Agent Claude Code
Analyze root cause of bugs after location is identified. Second step in bug investigation.
huangjia2019/claude-code-engineering
Agent Claude Code
Implement bug fixes after analysis is complete. Third step in bug fix pipeline.
huangjia2019/claude-code-engineering
Agent Claude Code
Locate the source of bugs in the codebase. First step in bug investigation.
huangjia2019/claude-code-engineering
Agent Claude Code
Verify bug fixes by running tests. Final step in bug fix pipeline.
huangjia2019/claude-code-engineering
Agent Claude Code
Generate comprehensive API documentation by scanning Express route files.
huangjia2019/claude-code-engineering
Agent Claude Code
Pipeline Stage 2 - Generate API documentation from a route manifest.
huangjia2019/claude-code-engineering
Agent Claude Code
Pipeline Stage 3 - Validate generated API documentation against quality standards.
huangjia2019/claude-code-engineering
Agent Claude Code
Pipeline Stage 1 - Scan Express routes and produce a route manifest.
huangjia2019/claude-code-engineering
Agent
Quickly fix small code issues like typos, missing imports, or simple bugs.
huangjia2019/claude-code-engineering
Agent
A code scanner for security vulnerabilities, which are weaknesses that attackers could exploit.