用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/vsetchinfc/agistra.dev --skill scan-usr命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Universal guardrails loaded by every agent. Defines Verify Before Reporting (VBR), Write-Ahead Log (WAL), and the security baseline. Always-on, role-independent.
Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.
Records decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase.
基于 SOC 职业分类
正在显示 SKILL.md
| name | scan-usr |
| description | Use when: analysing a project's user-facing health — discoverability, documentation, and product clarity. |
| argument-hint | Project directory or product area to assess |
Evaluates how well the project communicates its purpose and value to users, contributors, and integrators. Assigns a score from 0.0 to 1.0 across three dimensions.
README quality — Can someone discover and use this project?
Description — Is the package self-describing?
Changelog — Is the release history communicated?
usr_score = (readme + description + changelog) / 3
Score interpretation:
| Finding | Priority |
|---|---|
| No README.md | critical |
| README < 500 chars | high |
| No package.json description (when package.json exists) | medium |
When performing a manual USR analysis:
Output: gaps in user-facing documentation ranked by impact on onboarding friction, with specific sections or files that need to be written or expanded.