Skip to main content

このリポジトリの skills

TheBushidoCollective/han - 6ページ

SkillsMP は TheBushidoCollective/han から 430 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

TheBushidoCollective/han

収集済み skill 430 件中 40 件を表示しています。

職業分類
ソフトウェア開発者
説明

Use when bundling JavaScript/TypeScript code with Bun's fast bundler. Covers building for different targets, tree-shaking, code splitting, and optimization strategies.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when managing dependencies with Bun's package manager. Covers installing packages, workspaces, lockfiles, and migrating from npm/yarn/pnpm to Bun.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when working with Bun's runtime APIs including file I/O, HTTP servers, and native APIs. Covers modern JavaScript/TypeScript execution in Bun's fast runtime environment.

原文の言語: 英語

更新
職業分類
データベースアーキテクト
説明

Use when working with SQLite databases in Bun. Covers Bun's built-in SQLite driver, database operations, prepared statements, and transactions with high performance.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Use when writing tests with Bun's built-in test runner. Covers test organization, assertions, mocking, and snapshot testing using Bun's fast test infrastructure.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when creating or modifying CocoaPods podspec files. Covers required attributes, file patterns, dependencies, and platform specifications for iOS, macOS, tvOS, watchOS, and visionOS projects.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when implementing iOS 17+ privacy manifests for CocoaPods libraries. Covers PrivacyInfo.xcprivacy file creation, required reasons API declarations, and proper resource bundle integration for App Store compliance.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when publishing CocoaPods libraries to CocoaPods Trunk. Covers pod trunk registration, podspec validation, version management, and publishing best practices for successful library distribution.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when organizing complex CocoaPods libraries into subspecs. Covers modular architecture, dependency management between subspecs, and default subspecs patterns for better code organization and optional features.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Use when adding automated tests to CocoaPods libraries using test specs. Covers test spec configuration, app host requirements, and testing patterns that integrate with pod lib lint validation.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Cucumber best practices, patterns, and anti-patterns

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Core Cucumber concepts, Gherkin syntax, and feature file structure

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Writing effective step definitions and organizing test code

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Use when advanced Cypress features including custom commands, plugins, and network stubbing.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Use when cypress CI/CD integration including parallelization, test recording, and media capture.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Use when cypress fundamentals including commands, assertions, fixtures, and E2E testing patterns.

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Use when defining and running multi-container Docker applications with Docker Compose YAML configuration.

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Use when configuring networks and service communication in Docker Compose including bridge networks, overlay networks, service discovery, and inter-service communication.

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Use when deploying Docker Compose applications to production including security hardening, resource management, health checks, logging, monitoring, and high-availability patterns.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when configuring artifacts for inter-job data passing or caching for faster builds. Covers cache strategies and artifact management.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when optimizing GitLab CI/CD pipelines for performance, reliability, or maintainability. Covers pipeline optimization and organizational patterns.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when defining GitLab CI jobs, configuring scripts, setting up environments, or managing job dependencies. Covers job structure and execution options.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when configuring GitLab CI/CD pipelines, defining stages, or setting up workflow rules. Covers pipeline structure, stage ordering, and execution flow.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when configuring GitLab CI/CD variables, managing secrets, or integrating with external secret providers. Covers secure credential handling.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when auditing GraphQL operations for complexity metrics, depth analysis, directive usage, or query performance concerns.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when setting up GraphQL Inspector in CI/CD pipelines, GitHub Actions, or GitLab CI for automated schema validation.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when detecting breaking changes between GraphQL schema versions, comparing schemas across branches, or validating schema migrations.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when validating GraphQL operations/documents against a schema, checking query depth, complexity, or fragment usage.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when optimizing GraphQL API performance with query complexity analysis, batching, caching strategies, depth limiting, monitoring, and database optimization.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when implementing GraphQL resolvers with resolver functions, context management, DataLoader batching, error handling, authentication, and testing strategies.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when designing GraphQL schemas with type system, SDL patterns, field design, pagination, directives, and versioning strategies for maintainable and scalable APIs.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when understanding and creating Helm charts for packaging and deploying Kubernetes applications.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when working with Helm templates and template functions for generating Kubernetes manifests dynamically.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when managing Helm values files and configuration overrides for customizing Kubernetes deployments.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Use when advanced Jest features including custom matchers, parameterized tests with test.each, coverage configuration, and performance optimization.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Use when jest configuration, setup files, module resolution, and project organization for optimal testing environments.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Use when jest testing patterns including unit tests, mocks, spies, snapshots, and assertion techniques for comprehensive test coverage.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Use when jUnit extensions including custom extensions, rules, and conditional test execution.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Use when jUnit fundamentals including annotations, assertions, and test lifecycle for Java testing.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Use when jUnit parameterized tests with various value sources and test factories.

原文の言語: 英語

更新
収集済み skill 430 件中 40 件を表示しています。