重要前提
安装AI Skills的关键前提是:必须科学上网,且开启TUN模式,这一点至关重要,直接决定安装能否顺利完成,在此郑重提醒三遍:科学上网,科学上网,科学上网。查看完整安装教程 →
dual-axis-skill-reviewer by tradermonty/claude-trading-skills
npx skills add https://github.com/tradermonty/claude-trading-skills --skill dual-axis-skill-reviewer运行双轴评审脚本并将报告保存至 reports/。
该脚本支持:
--project-root 进行跨项目评审skills/*/SKILL.md 中的一个技能进行可复现的评分。uv(推荐——通过内联元数据自动解析 pyyaml 依赖)uv sync --extra dev 或等效命令广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
根据您的上下文确定正确的脚本路径:
skills/dual-axis-skill-reviewer/scripts/run_dual_axis_review.py~/.claude/skills/dual-axis-skill-reviewer/scripts/run_dual_axis_review.py以下示例使用 REVIEWER 作为占位符。请先设置它:
# 如果在同一项目内评审:
REVIEWER=skills/dual-axis-skill-reviewer/scripts/run_dual_axis_review.py
# 如果评审其他项目(全局安装):
REVIEWER=~/.claude/skills/dual-axis-skill-reviewer/scripts/run_dual_axis_review.py
uv run "$REVIEWER" \
--project-root . \
--emit-llm-prompt \
--output-dir reports/
当评审不同项目时,将 --project-root 指向该项目:
uv run "$REVIEWER" \
--project-root /path/to/other/project \
--emit-llm-prompt \
--output-dir reports/
reports/skill_review_prompt_<skill>_<timestamp>.md 中生成的提示词文件。uv run "$REVIEWER" \
--project-root . \
--skill <skill-name> \
--llm-review-json <path-to-llm-review.json> \
--auto-weight 0.5 \
--llm-weight 0.5 \
--output-dir reports/
--skill <name> 或 --seed <int>--all--skip-tests--output-dir <dir>--auto-weight 以获得更严格的确定性门控。--llm-weight。reports/skill_review_<skill>_<timestamp>.jsonreports/skill_review_<skill>_<timestamp>.mdreports/skill_review_prompt_<skill>_<timestamp>.md(当启用 --emit-llm-prompt 时)要从任何项目使用此技能,请将其符号链接到 ~/.claude/skills/:
ln -sfn /path/to/claude-trading-skills/skills/dual-axis-skill-reviewer \
~/.claude/skills/dual-axis-skill-reviewer
此后,Claude Code 将在所有项目中发现此技能,并且脚本可通过 ~/.claude/skills/dual-axis-skill-reviewer/scripts/run_dual_axis_review.py 访问。
knowledge_only 技能并调整脚本/测试预期,以避免不公平的惩罚。skills/dual-axis-skill-reviewer/scripts/run_dual_axis_review.pyreferences/llm_review_schema.mdreferences/scoring_rubric.md每周安装数
84
代码仓库
GitHub 星标数
412
首次出现
2026年2月23日
安全审计
安装于
cursor81
gemini-cli80
github-copilot80
amp80
codex80
kimi-cli80
Run the dual-axis reviewer script and save reports to reports/.
The script supports:
--project-rootskills/*/SKILL.md.uv (recommended — auto-resolves pyyaml dependency via inline metadata)uv sync --extra dev or equivalent in the target projectDetermine the correct script path based on your context:
skills/dual-axis-skill-reviewer/scripts/run_dual_axis_review.py~/.claude/skills/dual-axis-skill-reviewer/scripts/run_dual_axis_review.pyThe examples below use REVIEWER as a placeholder. Set it once:
# If reviewing from the same project:
REVIEWER=skills/dual-axis-skill-reviewer/scripts/run_dual_axis_review.py
# If reviewing another project (global install):
REVIEWER=~/.claude/skills/dual-axis-skill-reviewer/scripts/run_dual_axis_review.py
uv run "$REVIEWER" \
--project-root . \
--emit-llm-prompt \
--output-dir reports/
When reviewing a different project, point --project-root to it:
uv run "$REVIEWER" \
--project-root /path/to/other/project \
--emit-llm-prompt \
--output-dir reports/
reports/skill_review_prompt_<skill>_<timestamp>.md.uv run "$REVIEWER" \
--project-root . \
--skill <skill-name> \
--llm-review-json <path-to-llm-review.json> \
--auto-weight 0.5 \
--llm-weight 0.5 \
--output-dir reports/
--skill <name> or --seed <int>--all--skip-tests--output-dir <dir>--auto-weight for stricter deterministic gating.--llm-weight when qualitative/code-review depth is prioritized.reports/skill_review_<skill>_<timestamp>.jsonreports/skill_review_<skill>_<timestamp>.mdreports/skill_review_prompt_<skill>_<timestamp>.md (when --emit-llm-prompt is enabled)To use this skill from any project, symlink it into ~/.claude/skills/:
ln -sfn /path/to/claude-trading-skills/skills/dual-axis-skill-reviewer \
~/.claude/skills/dual-axis-skill-reviewer
After this, Claude Code will discover the skill in all projects, and the script is accessible at ~/.claude/skills/dual-axis-skill-reviewer/scripts/run_dual_axis_review.py.
knowledge_only skills and adjusts script/test expectations to avoid unfair penalties.skills/dual-axis-skill-reviewer/scripts/run_dual_axis_review.pyreferences/llm_review_schema.mdreferences/scoring_rubric.mdWeekly Installs
84
Repository
GitHub Stars
412
First Seen
Feb 23, 2026
Security Audits
Gen Agent Trust HubWarnSocketPassSnykPass
Installed on
cursor81
gemini-cli80
github-copilot80
amp80
codex80
kimi-cli80
通过 LiteLLM 代理让 Claude Code 对接 GitHub Copilot 运行 | 高级变通方案指南
48,700 周安装