بنقرة واحدة
test
运行测试并分析结果
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
运行测试并分析结果
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Design and build AI agents for any domain. Use when users: (1) ask to "create an agent", "build an assistant", or "design an AI system" (2) want to understand agent architecture, agentic patterns, or autonomous AI (3) need help with capabilities, subagents, planning, or skill mechanisms (4) ask about Claude Code, Cursor, or similar agent internals (5) want to build agents for business, research, creative, or operational tasks Keywords: agent, assistant, autonomous, workflow, tool use, multi-step, orchestration
Perform thorough code reviews with security, performance, and maintainability analysis. Use when user asks to review code, check for bugs, or audit a codebase.
Build MCP (Model Context Protocol) servers that give Claude new capabilities. Use when user wants to create an MCP server, add tools to Claude, or integrate external services.
Process PDF files - extract text, create PDFs, merge documents. Use when user asks to read PDF, create PDF, or work with PDF files.
模拟后端技术面试,基于简历生成针对性问题
分析 git diff 并生成规范的 commit
| name | test |
| description | 运行测试并分析结果 |
| allowedTools | ["Bash","ReadFile","Grep","Glob"] |
| mode | inline |
你需要运行项目的测试套件并分析结果。
pyproject.toml 或 setup.py → Python 项目,使用 pytestgo.mod → Go 项目,使用 go test ./...package.json → Node.js 项目,使用 npm testCargo.toml → Rust 项目,使用 cargo test$ARGUMENTS