一键导入
verify
Verify rfc-bcp47 — wraps /solo-npm:verify with this repo's lint+test+build commands.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Verify rfc-bcp47 — wraps /solo-npm:verify with this repo's lint+test+build commands.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Composable git workflow: commit, squash, and/or push. Use /commit to stage and commit, /commit squash to squash branch commits, /commit push to force push, or /commit squash push for the full workflow.
Release rfc-bcp47 — wraps /solo-npm:release for this single-package repo.
Senior principal code review of the current branch against the base branch. Reviews correctness, minimum change principle, naming, modularity, scalability, reusability, code smells, and test quality. Invoke with: /review
Unit testing workflow for pure TypeScript functions and modules. Provides templates and patterns for writing tests. Rules and conventions are in .claude/rules/testing.md (always loaded).
| name | verify |
| description | Verify rfc-bcp47 — wraps /solo-npm:verify with this repo's lint+test+build commands. |
Composes /solo-npm:verify with this repo's specifics.
pnpm lintpnpm testpnpm buildInvoke /solo-npm:verify for the opinionated baseline. Run the three
commands above sequentially; halt on first failure; surface full output.