Skip to main content

这个仓库中的 skills

HoangNguyen0403/agent-skills-standard - 第 7 页

SkillsMP 已收集 HoangNguyen0403/agent-skills-standard 中的 363 个 Skill。打开任一 Skill 可查看来源和详情。

HoangNguyen0403/agent-skills-standard

已展示 40 / 363 个已收集 Skill。

职业分类
软件质量保证分析师与测试员
描述

Write Jest or Vitest unit tests with React Testing Library and Playwright E2E tests for Next.js projects. Use when testing components with RTL, mocking APIs with MSW, or creating Playwright user flow tests.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Configure Next.js build tooling, deployment, and developer workflow. Use when setting up Turbopack, standalone Docker output, bundle analysis, CI caching, environment variable validation, or ESLint integration for Next.js projects.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Next.js version migrations using official guides and codemods. Use when migrating a Next.js project to a new major version using codemods.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Write PHP following PSR coding standards, SOLID principles, and code-quality guidelines. Use for PHP style, design, refactoring, naming, and guard clauses—not Composer/PSR-4 project configuration.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Implement concurrency and non-blocking I/O in modern PHP. Use when implementing concurrent requests, async processing, or non-blocking I/O in PHP.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Implement modern PHP error and exception handling patterns. Use when implementing exception hierarchies, error handlers, or custom exceptions in PHP.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Apply core PHP language standards and modern 8.x features. Use when working with PHP 8.x features like enums, fibers, readonly properties, or named arguments.

原文语言:英语

更新
职业分类
软件开发工程师
描述

PHP-only security standards for database access, password handling, and input validation. Use when securing PHP apps against SQL injection, XSS, or weak password storage; defer Laravel middleware and security questions in other languages.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Write unit and integration tests for PHP applications with PHPUnit and Pest. Use when writing PHPUnit unit tests or integration tests for PHP applications.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Configure PHP ecosystem tooling, dependency management, and static analysis. Use when managing Composer dependencies, running PHPStan, or configuring PHP build tools.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Structure Python backends with explicit dependency direction, ports/adapters, and runtime boundaries. Use when shaping project layout, clean architecture, service boundaries, dependency injection, report rendering boundaries, or transport separation in Python.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Write correct async Python runtime code with explicit blocking-I/O boundaries, cancellation, and timeout handling. Use when editing `asyncio` workflows, background loops, async services, or mixed sync/async integrations.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Write maintainable Python with small functions, explicit boundaries, guard clauses, and readable state flow. Use when refactoring Python services, helpers, modules, or async logic for clarity—not generic test writing, tooling setup, or database transaction…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Implement Python database access with parameterized SQL, transaction scope, connection helpers, and repository seams. Use when editing Postgres queries, repositories, transactions, pooling, or persistence boundaries in Python.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Design Python error paths with narrow exceptions, rollback, contextual logs, and preserved blocker truth. Use when handling retries, verifier outcomes, parser failures, or exception flow in Python services.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Core Python 3.11+ language standards for typing, dataclasses, imports, pathlib, and stdlib-first code. Use for idiomatic language constructs in Python modules or stubs; defer pytest fixtures, database/client configuration, subprocess security, and other…

原文语言:英语

更新
职业分类
信息安全分析师
描述

Secure Python services against secret leakage, injection, unsafe subprocess calls, and dependency drift. Use when handling env vars, tokens, SQL, file paths, shell commands, auth flows, or Python security gates.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Test Python services with pytest, async coverage, monkeypatch, and boundary-focused fakes. Use when writing Python tests, fixtures, async tests, regression tests, or dependency-isolated verification.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Configure Python tooling, dependency surfaces, static analysis, and verification gates. Use when editing `pyproject.toml`, `requirements.txt`, `pytest.ini`, `ruff`, `pyright`, CI, or Python release checks.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Drives iOS/Android mobile devices via Appium MCP. Use for verifying mobile bugs, E2E tests, and navigating real device clouds (LambdaTest/BrowserStack).

原文语言:英语

更新
职业分类
项目管理专家
描述

Investigate requirements via atomic AC decomposition, actor/permission matrices, and truth-table edge cases; enforce User Story standards (scope fences, platform tags, toggles). Use when writing/reviewing Stories or AC with multi-condition logic, feature…

原文语言:英语

更新
职业分类
项目管理专家
描述

Trigger only when the user explicitly requests live Jira or Zephyr retrieval, existing-link inspection, linking authored test cases, label updates, or stale-link audits. Do not trigger for analysis-only prompts such as 'Analyze the acceptance criteria for…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Standardizes token-efficient browser automation via playwright-cli. Use for web verification, navigation, and capturing snapshots/logs.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Write or review manual Zephyr test cases with 1-condition-per-TC granularity, Module_Action on Screen when Condition naming, platform prefix rules, and High/Normal/Low priority classification. Use for test-case authoring and review; defer Jira traceability,…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Audit test coverage health, gaps, and QE debt for Jira stories or epics. Produces coverage_analysis_report.md with AC-to-TC heatmap, risk scores, and prioritized action plan. Use when assessing coverage percentage, pre-release readiness, sprint readiness, or…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Generate Zephyr test cases from Jira stories: parse acceptance criteria and business rules, impact-analyze existing TCs (update vs. create new), and draft correctly named test cases. Use for AC-to-test generation; defer post-generation Jira linking and manual…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Structure React Native projects with feature-first organization and separation of concerns. Use when structuring a React Native project or applying clean architecture patterns.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Build modern React Native components using function components and composition. Use when building or refactoring React Native function components and composable UI.

原文语言:英语

更新
职业分类
软件开发工程师
描述

OTA updates with CodePush, EAS Build, and release configurations. Use when configuring OTA updates, EAS Build, or managing release configs for React Native.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Enforce design token usage in React Native. Use when enforcing a design system, preventing hardcoded styles, or implementing theme tokens in React Native.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Configure stack navigation, type-safe routes, deep linking, and URL-based routing with React Navigation in React Native. Use for React Navigation route configuration; defer unrelated performance, notification, build, and styling work.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Configure React Navigation 6+ stacks, tabs, and deep linking for React Native. Use when implementing React Navigation stacks, tabs, or deep linking in React Native.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Push notifications for React Native using Firebase or Expo Notifications. Use when integrating push notifications with Firebase or Expo in React Native.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Optimize React Native rendering for smooth 60fps mobile experiences. Use when optimizing React Native app performance, reducing re-renders, or fixing frame drops.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Resolve iOS and Android differences using Platform API and native modules in React Native. Use when platform branching or native-module integration is the primary task; defer cross-platform feature implementation such as push notifications.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Secure storage, network traffic, and deep links in React Native mobile apps. Use when implementing secure storage, certificate pinning, or deep link validation in React Native.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Implement local and global state with Context, Zustand, and Redux Toolkit in React Native. Use when choosing or implementing state management in React Native with Context, Zustand, or Redux.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Style React Native apps with StyleSheet API, Flexbox, theming, and responsive design. Use when implementing React Native styles, theming, Flexbox layouts, or responsive design.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Test React Native components with Jest and React Native Testing Library. Use when writing Jest or React Native Testing Library tests for React Native components.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Build modern React component architecture with composition patterns. Use when designing reusable React components, applying composition patterns, or structuring component hierarchies.

原文语言:英语

更新
已展示 40 / 363 个已收集 Skill。