verify

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Verification

验证

Run all verification steps.
Arguments:
  • $ARGUMENTS: Test pattern for the test step
运行所有验证步骤。
参数:
  • $ARGUMENTS:测试步骤的测试模式

Instructions

操作说明

Run these first in sequence:
  1. Run
    yarn prettier
    - format code (stop if fails)
  2. Run
    yarn linc
    - lint changed files (stop if fails)
Then run these with subagents in parallel:
  1. Use
    /flow
    to type check (stop if fails)
  2. Use
    /test
    to test changes in source (stop if fails)
  3. Use
    /test www
    to test changes in www (stop if fails)
If all pass, show success summary. On failure, stop immediately and report the issue with suggested fixes.
首先按顺序运行以下步骤:
  1. 运行
    yarn prettier
    - 格式化代码(若失败则停止)
  2. 运行
    yarn linc
    - 检查变更文件的代码规范(若失败则停止)
然后使用子代理并行运行以下步骤:
  1. 使用
    /flow
    进行类型检查(若失败则停止)
  2. 使用
    /test
    测试源码中的变更(若失败则停止)
  3. 使用
    /test www
    测试www目录中的变更(若失败则停止)
如果所有步骤都通过,显示成功摘要。若失败,立即停止并报告问题及建议的修复方案。