用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/kinqsradiollc/BrainRouter --skill concerns-skill命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | concerns-skill |
| description | Framework for surfacing and tracking tech debt, known bugs, and security gaps in software codebases. |
| hints | ["Check existing project docs for tech debt registers and known bugs if available.","Formulate codebase concern reports with specific file paths, line numbers, and factual impact.","Avoid emotional adjectives; use precise engineering terms (e.g. N+1 queries, race conditions).","Provide a clear, actionable fix or mitigation approach for every logged concern.","Update or remove concern entries immediately upon resolution."] |
This skill governs how known risks, tech debt, and codebase health issues are surfaced and maintained. Load this before making changes to high-risk areas, during phase planning, or when onboarding a new agent context.
[CONCERN-001] Always Check Before Changing
[CONCERN-002] Concern Entry Format
500ms p95, not "slow").[CONCERN-003] Categories
[CONCERN-004] Tone & Accuracy
"N+1 query pattern" not "terrible queries")[CONCERN-005] Maintenance
| Scenario | Action |
|---|---|
| About to change auth, middleware, or DB layer | Read Fragile Areas and Security Considerations |
| Planning a new feature phase | Read Tech Debt and Scaling Limits |
| Debugging an unexpected failure | Read Known Bugs |
| Writing or reviewing tests | Read Test Coverage Gaps |
| Evaluating dependencies | Read Dependencies at Risk |
| Rationalization | Reality |
|---|---|
| I don't have time to catalog debt. | Logging debt takes 2 minutes and prevents the next developer from breaking the system. |
| It's just a temporary hack, no need to log it. | Temporary hacks frequently become permanent; documenting them prevents future blindspots. |
After completing the skill, confirm: