搜索结果
全部能力
找到 7461 个相关结果 / 软件工程
软件工程 / 诊断修复
review-code
review-code
Multi-dimensional code review with structured reports. Analyzes correctness, readability, performance, security, testing, and architecture. Triggers on "review…
软件工程 / 部署发布
learning-opportunities
learning-opportunities
Facilitates deliberate skill development during AI-assisted coding. Offers interactive learning exercises after architectural work (new files, schema changes,…
软件工程 / 诊断修复
gitlab-mr
gitlab-mr
GitLab merge request operations. ALWAYS use this skill when user wants to: (1) list merge requests, (2) view MR details, (3) create new MRs, (4) approve/merge…
软件工程 / 部署发布
seo-fundamentals
seo-fundamentals
SEO fundamentals, E-E-A-T, Core Web Vitals, and Google algorithm principles.
软件工程 / 诊断修复
smart-test
smart-test
Intelligent test selection based on code changes. Maps source files to tests via import analysis, implements tiered testing (fast < 1 min, impacted < 5 min, full suite), and tracks test reliability. Use when running tests after code changes to optimize feedback loops and CI time.
软件工程 / 诊断修复
form-validation-architect
form-validation-architect
End-to-end form handling with react-hook-form, Zod schemas, validation patterns, error messaging, field arrays, and multi-step wizards. Use for complex forms,…
软件工程 / 诊断修复
project-init-orchestrator
project-init-orchestrator
Orchestrates complete project initialization — scaffolding, agent folders, linting, test coverage, and component setup (NestJS, Next.js, Expo, Plasmo). Use…
软件工程 / 诊断修复
module-spec-generator
module-spec-generator
Generates module specifications following amplihack's brick philosophy template. Use when creating new modules or documenting existing ones to ensure they follow the brick & studs pattern. Analyzes code to extract: purpose, public contract, dependencies, test requirements.
软件工程 / 部署发布
how
how
Explain how something works in this codebase by exploring code and producing a clear architectural explanation. Optionally critique the architecture for issues.
软件工程 / 诊断修复
mobile-testing
mobile-testing
Comprehensive mobile testing for iOS and Android platforms including gestures, sensors, permissions, device fragmentation, and performance. Use when testing…
软件工程 / 部署发布
pw-embedded-c-style
pw-embedded-c-style
嵌入式 C 代码风格助手, 基于 51 单片机教学项目的代码规范。默认使用蛇形命名 (snake_case), 可选驼峰命名。用于创建符合嵌入式开发规范的项目结构, 优化代码风格, 提供硬件驱动模板。适用于 51 单片机、STM32 等嵌入式 C 项目开发。
软件工程 / 诊断修复
pydantic-models-py
pydantic-models-py
Create Pydantic models following the multi-model pattern for clean API contracts.
软件工程 / 诊断修复
pytest
pytest
Pytest testing patterns for Python. Trigger: When writing Python tests - fixtures, mocking, markers.
软件工程 / 诊断修复
module-learning-path-generator
module-learning-path-generator
Generates structured, career-focused modular curriculums for software engineering students. Use when designing new educational modules or tailoring learning…
软件工程 / 诊断修复
python-performance-profiler
python-performance-profiler
Identify CPU and memory bottlenecks in Python code using cProfile or memory_profiler. Use to optimize mission-critical Python services.
软件工程 / 诊断修复
mf-integrate
mf-integrate
Integrate Module Federation into an existing project — add provider (exposes modules) or consumer (loads remote modules) configuration. Use when the user wants…
软件工程 / 部署发布
quality-gates-enforcer
quality-gates-enforcer
Enforces minimum quality thresholds in CI including code coverage, linting, type checking, and security scanning. Provides required checks, PR rules, and…
软件工程 / 诊断修复
opc-mvp-designer
opc-mvp-designer
Define the smallest viable experiment and MVP for a selected one-person company opportunity. Use when Codex needs to explain what MVP means when needed, verify…
软件工程 / 诊断修复
shadcn
shadcn
Manages shadcn/ui components and projects, providing context, documentation, and usage patterns for building modern design systems.
软件工程 / 诊断修复
react-native-expo
react-native-expo
Build and maintain React Native apps with Expo SDK, EAS Build, EAS Update, and Continuous Native Generation. Use when configuring Expo projects, adding native…