CHENG-LIANG1
- 9 skills
- 0 followers
- 1 day ago last updated
- ▌ Agent Change Gate · cheng-liang1 bundleReview and gate AI-generated code changes by reconstructing intent, mapping diff risk, selecting independent verification, checking security and dependency impact, and requiring evidence before merge or release. Use for coding-agent pull requests, autonomous patches, or large AI-generated diffs; do not use for ordinary implementation requests or style-only review.
- ▌ Context Architect · cheng-liang1 bundleStructure long-running, multi-file, or handoff-prone work into a compact evidence-linked context that survives compaction and agent transitions. Use when a task spans multiple phases, sources, decisions, or sessions; do not use for short self-contained requests.
- ▌ Failure Forensics · cheng-liang1 bundleDiagnose reproducible or intermittent failures in tests, builds, CI, dev servers, CLIs, and integrations by turning symptoms into falsifiable hypotheses and small discriminating experiments. Use when the root cause is unknown; do not use for a routine fix whose cause is already established.
- ▌ Blast Radius Guard · cheng-liang1 bundlePreflight consequential agent actions by resolving exact targets, authority, reversibility, retry ambiguity, rollback, and independent verification. Use before destructive, externally visible, bulk, financial, permission, deployment, send, or publish operations; do not use for read-only work or trivial reversible local edits.
- ▌ Agent Eval Contract · cheng-liang1 bundleDesign trustworthy, reproducible evaluations for AI agents, skills, prompts, and tool loops by turning quality claims into scenarios, evidence, baselines, validity checks, and ship gates. Use for version comparisons, regression detection, or release decisions; do not use for ordinary deterministic unit tests.
- ▌ Agent Harness Auditor · cheng-liang1 bundleAudit or improve a code repository's AI-agent harness by making project knowledge discoverable, commands reproducible, architectural invariants executable, and feedback loops fast. Use when preparing a codebase for Codex or other coding agents, investigating inconsistent agent changes, or reviewing AGENTS.md and repository guidance; do not use for ordinary code review or a one-off task with no repository-level issue.
- ▌ Multi Agent Conductor · cheng-liang1 bundleCoordinate multi-agent or subagent work by deciding when delegation helps, partitioning dependencies, assigning exclusive ownership, defining handoff artifacts, and verifying one integrated result. Use only when the user or applicable instructions explicitly request delegation, subagents, or parallel agent work; do not use for ordinary single-agent tasks.
- ▌ Agentic Workflow Contract · cheng-liang1 bundleDesign safe, repeatable agentic automations for scheduled or event-driven work by defining triggers, permissions, idempotency, budgets, review gates, failure handling, and observable proof. Use when creating or reviewing recurring AI-agent workflows, Codex automations, or GitHub Agentic Workflows; do not use for one-off agent tasks or deterministic jobs better handled by a normal script.
- ▌ Instruction Provenance Guard · cheng-liang1 bundleProtect AI-agent tasks from indirect prompt injection and untrusted tool output by tracing instruction provenance, separating data from authority, constraining source-to-sink flows, and confirming sensitive disclosure or action. Use when reading webpages, issues, emails, documents, logs, MCP results, or third-party skills while tools can access private data or mutate state; do not use for ordinary trusted inputs with no external-content boundary.