agentsclimarketplace

Validate

Skill HsuanYuLee/polaris/.claude/skills/validate

A Claude Code workspace template with AI skills for JIRA, PRs, code review, estimation, and daily standups

Install
npx -y skills add HsuanYuLee/polaris --skill validate

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Framework health check:validate / 檢查 isolation 與 mechanisms;支援 "validate isolation", "validate mechanisms", "檢查隔離", "檢查機制", health check。

SKILL.md

2.0 KB, as published. Nobody here has run it

Validate

validate 是 framework health check,整合 multi-company isolation 與 mechanism compliance 的 static smoke tests。

Contract

validate 只檢查並報告 health findings;不自動修復 rules、skills、hooks、settings、或 memory。任何 fail 的修正都要先回報具體 fix,再由使用者確認。

Mode Routing

InputModeReference
validate, 檢查isolation + mechanismsall validate references
validate isolation, 檢查隔離isolation onlyvalidate-isolation-flow.md
validate mechanisms, 檢查機制mechanisms onlyvalidate-mechanisms-flow.md

Reference Loading

SituationLoad
Any runvalidate-reporting-flow.md, deterministic-hooks-registry.md
Isolationvalidate-isolation-flow.md, workspace-config-reader.md
Mechanismsvalidate-mechanisms-flow.md, mechanism-rationalizations.md
Bootstrap budget healthscripts/validate-bootstrap-budget.sh --advisory

Hard Rules

  • Do not patch failures automatically.
  • 若 check 在兩個 modes 重疊,只跑一次並重用結果。
  • Treat validator exit 1 / strict failure as FAIL, not advisory.
  • Conversation-level mechanisms require post-task audit; static validate cannot prove them.
  • WARN 與 FAIL 分開回報;除非 validator 定義 WARN blocking,否則 WARN 不阻擋。
  • Bootstrap budget check is advisory by default; use --blocking only in explicit release/health gates.

Completion

Return mode, checks run, pass/warn/fail counts, failed check evidence, proposed fixes, and skipped checks with reason.

Post-Task Reflection (required)

Execute post-task-reflection-checkpoint.md before reporting completion.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.