用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/yu-iskw/secure-coding-agent-config-examples --skill integration-test-fixer命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Deploy and activate agent-specific configurations (settings, hooks, rules) from the repository to the local environment via symlinks.
Formats, lints, and auto-fixes codebase using Trunk via Makefile. Use this skill when you need to format code, fix lint errors, run the formatter, or run the linter.
Research and update secure configuration files for Cursor, Claude Code, Codex, Gemini CLI, Antigravity, and GitHub Copilot CLI. Use when asked to update agent settings or refresh sandbox security practices.
基于 SOC 职业分类
正在显示 SKILL.md
| name | integration-test-fixer |
| description | Automatically run and fix integration tests for coding agent configurations. |
This skill automates the process of running the container-based integration tests, analyzing failures, and proposing/applying fixes.
To ensure that coding agent security configurations (hooks, sandboxes, etc.) remain valid and functional across all supported agents (Claude, Gemini, Cursor, Codex, Copilot).
Execute the helper script to run the tests and get a structured report:
./.claude/skills/integration-test-fixer/scripts/verify-and-fix.sh
integration_tests/Dockerfile or scripts/activate-configs.sh.gh-safeguard.sh or agent-specific hook script.Dockerfile has all necessary libraries (e.g., libnss3 for Cursor).Re-run the verification script after applying changes to ensure the regression is resolved.