AgentSkillsCN

feature-verify

系统诊断技能(仅读取)。通过代码分析、数据校验,以及 Codex 的深度确认,验证功能的行为表现。所有操作均严格限制为只读——严禁任何数据修改。

SKILL.md
--- frontmatter
name: feature-verify
description: System diagnosis skill (READ-ONLY). Verifies feature behavior through code analysis, data validation, and Codex deep confirmation. All operations are strictly read-only - NO data modification allowed.
allowed-tools: Read, Grep, Glob, Bash, WebFetch, Task, Skill
context: fork

Feature Verification Skill

Trigger

  • Keywords: verify, investigate, diagnose, check if working, anomaly, validate
  • User provides credentials for data sources

When NOT to Use

  • Need to modify data (this skill is read-only only)
  • Pure code review (use codex-review)
  • Feature development (use feature-dev)

Core Principle

code
ALL OPERATIONS MUST BE READ-ONLY
code
Claude independent analysis -> Form conclusion -> Codex third-perspective confirmation -> Integrated report

Workflow

code
Phase 1: Explore    -> Understand system architecture, data flow, trigger points
Phase 2: Plan       -> Build verification checklist, present to user for confirmation
Phase 3: Execute    -> Execute read-only queries, record expected vs actual
Phase 4: Analyze    -> Claude independently forms diagnostic conclusion
Phase 5: Confirm    -> /codex-brainstorm third-perspective verification
Phase 6: Integrate  -> Synthesize dual perspectives, produce final report

Safety Rules

RuleDescription
READ-ONLYNo write/update/delete operations allowed
PLAN-FIRSTPresent verification plan before executing queries
CREDENTIAL-SAFETYDo not expose full credentials in output
INDEPENDENT-FIRSTClaude forms conclusion first, then asks Codex to confirm

Verification Checklist

CategoryChecks
Feature ChecksAPI endpoints, jobs, error handling
Data ChecksCollections, aggregations, external
Integration ChecksEnd-to-end flow

Verification

  • Report includes Executive Summary + Status
  • Each check has expected/actual/status
  • Both Claude + Codex perspectives are documented
  • Recommendations split into Immediate / Further / Long-term

References

  • references/queries.md - Query templates + safety rules
  • references/output-template.md - Report format

Examples

code
Input: /feature-verify User Auth
       MongoDB: mongodb://...
       {ANALYTICS}: project_id={PROJECT_ID}
Action: Explore -> Plan -> Execute queries -> Analyze -> Codex confirm -> Report
code
Input: verify user auth is working correctly
Action: Phase 1-6 flow -> Output diagnostic report