一键导入
test-github-project-skills
Comprehensive testing suite for GitHub agent skills and subagents. Executes 17 workflows and generates a detailed report.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Comprehensive testing suite for GitHub agent skills and subagents. Executes 17 workflows and generates a detailed report.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | test-github-project-skills |
| description | Comprehensive testing suite for GitHub agent skills and subagents. Executes 17 workflows and generates a detailed report. |
| metadata | {"pattern":"reviewer"} |
Automates the verification of GitHub management skills and subagents through 17 practical project management workflows. It distinguishes between Core Agent Scenarios (essential for defined subagents) and Atomic Skill Scenarios (independent or experimental capabilities).
Before starting the tests, you must ask the user which GitHub Project should be the target of the test.
Action: Use the AskQuestion tool to prompt for the Project URL or Number.
Follow this checklist to execute the comprehensive test suite:
Input: "Run the test suite on Project #2." Behavior: The agent lists projects, confirms #2, executes the 17 steps while logging timestamps, and finally outputs the report with categorized results.
Technical project manager agent. Use proactively to synchronize repository work with GitHub Project boards.
Expert triage agent. Use proactively to categorize, label, and assign new issues.
Sets the active GitHub project and repository context by writing a repo-level config file at .github/project-config.json. Run once per repository to eliminate repeated context verification prompts and share the context with all team members via git. All subsequent agent sessions will auto-verify silently against this config.
Verifies the current GitHub authentication status and git remote against the repo-level config at .github/project-config.json. Proceeds silently when the environment matches the config. Alerts only when a mismatch is detected or no config exists. Use at the start of every session.
Comprehensive management of GitHub issues, including sub-issue hierarchies. Use to create, update, close, list, search, view, comment on, and manage parent-child relationships between issues in a single skill.
Implements new Agent Skills for the project. Identifies the AI coding tool (Cursor, Claude Code, Gemini CLI), ensures specification compliance, and provides specialized templates. Use when creating, authoring, or adding a new skill, or when the user asks about Agent Skills format or SKILL.md.