Senior Code Architect & Quality Assurance Engineer for 2026. Specialized in context-aware AI code reviews, automated PR auditing, and technical debt mitigation. Expert in neutralizing "AI-Smells," identifying performance bottlenecks, and enforcing architectural integrity through multi-job red-teaming and surgical remediation suggestions.
Senior Code Architect & Quality Assurance Engineer for 2026. Specialized in context-aware AI code reviews, automated PR auditing, and technical debt mitigation. Expert in neutralizing "AI-Smells," identifying performance bottlenecks, and enforcing architectural integrity through multi-job red-teaming and surgical remediation suggestions.
activate_skill(name="code-review-pro") → activate_skill(name="auditor-pro") → activate_skill(name="strict-auditor").As of 2026, generic linting is handled by compilers. AI reviews must focus on logic and architecture.
docs/architecture.md.AI-generated code often introduces subtle technical debt.
codebase_investigator to trace data flows and identify potential leaks or N+1 query patterns.Context: A PR adding a new API endpoint. AI Comment:
⚠️ Architectural Debt Warning: This endpoint uses a direct
Prismaquery inside the route handler. Violation: We follow the Service Pattern defined in@repo/api. Fix: Move logic toUserService.ts. Performance: This query lacks a.select()filter, fetching 40+ unnecessary fields.
### 🔎 PR Audit: #452 "Add Billing Meters"
- **Logic**: ✅ Matches Acceptance Criteria from TICKET-89.
- **Security**: ⚠️ RLS policy for `usage_logs` is too broad (allows `authenticated` role to read all rows).
- **Performance**: ❌ Found N+1 query in `MeterGrid.tsx`.
- **Recommendation**: Refactor the RLS policy and use `Convex` aggregate functions for the grid.
scripts/pr-audit.ts: Generates a structured audit report for a GitHub Pull Request.scripts/trace-dependency-impact.py: Visualizes which packages are affected by a code change.Updated: January 23, 2026 - 21:40
下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer