davidYichengWei/agentic-engineering-framework
Agent
A read-only investigation of a software codebase, including its modules, dependencies, call paths, configuration, and tests. The report distinguishes direct evidence from conclusions drawn from it.
davidYichengWei/agentic-engineering-framework
Agent
A read-only investigation of a software codebase, including its modules, dependencies, call paths, configuration, and tests. The report distinguishes direct evidence from conclusions drawn from it.
davidYichengWei/agentic-engineering-framework
Agent
A systems-code review agent that tracks every changed decision branch from its contract through the evidence needed to trust it. A branch is a path such as an early return, fallback, allow-list check, or null check.
davidYichengWei/agentic-engineering-framework
Agent
Agent "performance-reviewer" from davidYichengWei/agentic-engineering-framework, covering 职责, 需加载的 skill and 硬性规则.
davidYichengWei/agentic-engineering-framework
Agent
An adversarial review agent that tries to disprove specific software-review findings submitted by another agent. It returns whether each finding was rejected, not proven, or could not be rebutted.
davidYichengWei/agentic-engineering-framework
Agent
A code-review agent focused only on reliability in unusual situations, including boundary cases, error handling, resource cleanup, concurrency, and exception paths. Its instructions are written in Chinese.
davidYichengWei/agentic-engineering-framework
Agent
A software-review agent that checks whether code matches the requested features, design documents, tasks, and interface agreements. It focuses on expected behavior and missing requirements.
davidYichengWei/agentic-engineering-framework
Agent
Agent "standards-reviewer" from davidYichengWei/agentic-engineering-framework, covering 职责, 需加载的 skill and 硬性规则.
davidYichengWei/agentic-engineering-framework
Command
调用 workflow-code-generation skill.
davidYichengWei/agentic-engineering-framework
Command
调用 workflow-code-review skill.
davidYichengWei/agentic-engineering-framework
Command
调用 bp-performance-optimization skill.
davidYichengWei/agentic-engineering-framework
Command
A command that invokes a manual self-review mode for the coding agent. It reviews errors corrected in the current conversation and produces structured suggestions.
davidYichengWei/agentic-engineering-framework
Command
调用 workflow-requirements-clarification skill.
davidYichengWei/agentic-engineering-framework
Command
调用 bp-skill-authoring skill.
davidYichengWei/agentic-engineering-framework
Command
调用 workflow-system-design skill.
davidYichengWei/agentic-engineering-framework
Command
调用 workflow-test-generation skill.
davidYichengWei/agentic-engineering-framework
Command
调用 troubleshooting skill.
davidYichengWei/agentic-engineering-framework
Skill Claude CodeCodex
A guide to designing the overall structure of a software system. It covers how to divide modules, manage dependencies, organize data, and define system interfaces.
davidYichengWei/agentic-engineering-framework
Skill Claude CodeCodex
A practical guide to writing and reviewing readable, maintainable code. It covers naming, function structure, control flow, comments, and safe handling of resources.
davidYichengWei/agentic-engineering-framework
Skill Claude CodeCodex
A guide to designing individual software components, such as classes, modules, interfaces, and data models. It includes rules for responsibilities, dependencies, error handling, concurrency, and common design patterns.
davidYichengWei/agentic-engineering-framework
Skill Claude CodeCodex
A guide to designing systems made of multiple computers or services that communicate over a network. It covers delays, lost connections, security, coordination, data consistency, failures, and recovery.
davidYichengWei/agentic-engineering-framework
Skill Claude CodeCodex
A reference guide for finding and fixing slow or resource-heavy code, covering processor use, memory, file and network access, and concurrent work.
davidYichengWei/agentic-engineering-framework
Skill Claude CodeCodex
A guide for writing and improving Agent Skill files called SKILL.md, including their metadata, structure, and instructions.
davidYichengWei/agentic-engineering-framework
Skill Claude CodeCodex
A feedback process that turns repeated corrections into lasting rules or skill updates. It reviews what went wrong, finds the root cause, and suggests how to prevent the same mistake later.
davidYichengWei/agentic-engineering-framework
Skill Claude CodeCodex
A C++ coding-standard guide based on the Google C++ Style Guide and limited to C++17.