audit

仓库创建 2026年2月12日最近提交 5 小时前SkillHot 收录 20 天前
▸ 精选理由

一键生成多领域审计报告,适合发布前检查

▸ 风险提示

会运行代码分析并读取仓库,需相应权限

这个 Skill 做什么

对 Phoenix 项目做全面健康审计:架构、性能、测试与依赖。

对 Phoenix 项目做一次全面的健康体检,检查架构、性能、测试覆盖、依赖和代码质量。在发布前、重大重构后或评估项目状况时启动,能尽早发现风险和改进点。检查由多个专项并行执行,覆盖面广、效率高。

▸ 展开 SKILL.md 英文原文

Project health audit and health check — architecture, performance, tests, dependencies, code quality. Use when assessing overall project health, before releases, or after refactors.

开发编程项目审计性能安全架构评估通用
505
Stars
34
Forks
40
仓库内 Skill
+35
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/oliver-kriska/claude-elixir-phoenix/main/plugins/elixir-phoenix/skills/audit/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/oliver-kriska/claude-elixir-phoenix/main/plugins/elixir-phoenix/skills/audit/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Project Health Audit

Comprehensive project-wide health assessment using 5 parallel specialist subagents.

## Usage

```
/phx:audit              # Full audit (default)
/phx:audit --quick      # 2-3 minute pulse check
/phx:audit --focus=security   # Deep dive single area
/phx:audit --focus=performance
/phx:audit --since abc123   # Incremental audit since commit
/phx:audit --since HEAD~10  # Audit last 10 commits
```

## When to Use

- **Quarterly** health checks
- **Before major releases**
- **After large refactors**
- **New team member onboarding** (understand codebase health)

## Iron Laws

1. **Wait for ALL agents before synthesizing** — Partial results create misleading health scores be
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有