一键导入
add-assertion
Add new assertion function with comprehensive tests following TDD
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Add new assertion function with comprehensive tests following TDD
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Push branch and create a GitHub PR with concise, issue-linked description
Run pre-release validation and execute the release process
Walk over all open GitHub issues that are unassigned or assigned to the current user, and process each one via the /gh-issue skill, sequentially.
Analyze test coverage and identify untested code paths
Debug and fix failing tests systematically
Run comprehensive pre-release validation checklist
| name | add-assertion |
| description | Add new assertion function with comprehensive tests following TDD |
| allowed-tools | Read, Edit, Write, Bash, Grep, Glob |
Add a new assertion function to bashunit following strict TDD methodology.
.tasks/YYYY-MM-DD-add-assertion-name.mdtests/unit/assert_test.sh and src/assertions.shAsk user: assertion name, parameters, success/failure behavior, error messages.
Document acceptance criteria and test inventory in task file.
Read src/assertions.sh and tests/unit/assert_test.sh to understand:
For each test in inventory, follow RED -> GREEN -> REFACTOR:
assert_failssrc/bashunit.sh if createdexport -f the assertion function./bashunit tests/make sa && make lint && shfmt -w .