一键导入
htcc-ci-test-suite-coverage
Keep htcc CI workflows aligned with the test runner command matrix, especially explicit self/components/subp/docker lists.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Keep htcc CI workflows aligned with the test runner command matrix, especially explicit self/components/subp/docker lists.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Work safely on htcc output replacement, fallback copy, file mode preservation, rollback, symlink, and hard-link behavior.
Fix htcc parser regressions with focused component tests, malformed-input QA, and nontermination safeguards.
Handle htcc review comments end-to-end: reproduce, judge validity, apply minimal fixes, verify, review, and prepare commit/push.
Choose and run the correct htcc verification commands for parser, CLI, CI, output permission, Docker, and documentation changes.
Expert Haskell engineer specializing in advanced type systems, pure
| name | htcc-ci-test-suite-coverage |
| description | Keep htcc CI workflows aligned with the test runner command matrix, especially explicit self/components/subp/docker lists. |
| risk | safe |
| source | project |
| date_added | 2026-05-18 |
.github/workflows/main.yml, .travis.yml, Docker CI scripts, or the htcc test command selector.self, components, subp, or docker.stack test --test-arguments ... invocations.commandsToRun / command-selection behavior in the test runner.self and subp explicitly, ensure components is also listed when component tests are required..github/workflows/main.yml: GitHub Actions compiler tests..travis.yml: Travis compiler tests.stack test --test-arguments docker and clean variants.stack test --test-arguments docker --test-arguments --clean.stack test --test-arguments components
git diff --check.yaml-ls is unavailable, use:ruby -e 'require "yaml"; YAML.load_file(".github/workflows/main.yml"); YAML.load_file(".travis.yml"); puts "yaml ok"'
stack test is optional for CI-only command-list changes unless the test runner itself changed.