Skip to main content
gestrich
GitHub 제작자 프로필

gestrich

7개 GitHub 저장소에서 수집된 44개 skills를 저장소 단위로 보여줍니다.

수집된 skills
44
저장소
7
업데이트
2026년 5월 26일
저장소 탐색

저장소와 대표 skills

claude-chain
소프트웨어 개발자

Manages ClaudeChain automated PR chains. Use when working with claude-chain projects, listing open chain PRs, rebasing chain branches, triggering chain workflow runs, checking chain capacity, fetching workflow logs, creating new chains, or updating/editing an…

2026년 5월 21일
ai-dev-tools-debug
소프트웨어 품질 보증 분석가·테스터

Debugging guide for AIDevTools (evals, plan runner, Mac app, PRRadar). Shows how to discover configured repositories, eval cases, artifact paths, plan storage, log files, and CLI commands for troubleshooting. Use this skill when: the user reports a bug, asks…

2026년 4월 18일
ai-provider
소프트웨어 개발자

Reference for where Claude and Codex provider data is stored on disk — session logs, raw output, thinking/reasoning availability, and format differences between the two providers. Use whenever investigating provider output, debugging missing thinking blocks,…

2026년 4월 15일
ai-dev-tools-ui-tests
소프트웨어 품질 보증 분석가·테스터

Running, writing, and extracting screenshots from UI tests and interactive tests for the AIDevTools Mac app. Use this skill when: running XCUITests, capturing app screenshots, adding new screenshot tests, extracting images from .xcresult bundles, or using the…

2026년 4월 12일
ai-dev-tools-composition-root
소프트웨어 개발자

Guidance for this project's composition root pattern — how SharedCompositionRoot centralises shared service wiring, how the Mac app and CLI targets each have their own root that wraps it, and how platform-specific additions (models, git client, credentials)…

2026년 4월 11일
ai-dev-tools-configuration-architecture
소프트웨어 개발자

Guide for adding, modifying, or reviewing configuration in this Swift app. Use when adding credentials or API keys, creating a new config file, adding a ServicePath case, setting up a service that reads settings, wiring configuration through the Apps layer,…

2026년 4월 10일
ai-dev-tools-pr-radar-debug
소프트웨어 개발자

Debugging context for PRRadar. This content has moved — use the ai-dev-tools-debug skill instead, which now covers PRRadar debugging inline.

2026년 4월 10일
ai-dev-tools-code-quality
소프트웨어 품질 보증 분석가·테스터

Checks and fixes code quality issues in Swift: fallback values that hide failures, backwards-compatibility shims for unreleased code, raw String/[String:Any] types where typed models should exist, optional properties that should be non-optional, AI-changelog…

2026년 4월 7일
수집된 skill 20개 중 8개를 표시합니다.
cli-architecture
소프트웨어 개발자

Structure CLI applications using command dispatcher pattern. Covers entry points, command routing, argument parsing, and explicit parameter flow. Use when building CLI tools or refactoring command structure.

2026년 1월 25일
creating-services
소프트웨어 개발자

Creates new Python service classes following Martin Fowler's Service Layer pattern with constructor-based dependency injection, proper layering (Core vs Composite), and static vs instance method conventions. Use when adding new services or refactoring…

2026년 1월 25일
identifying-layer-placement
소프트웨어 개발자

Determines the correct architectural layer (Entry Point/Service/Domain/Infrastructure) for code placement in Python applications using Service Layer pattern. Prevents layer violations and maintains separation of concerns. Use when adding new functionality,…

2026년 1월 25일
testing-services
소프트웨어 품질 보증 분석가·테스터

Writes unit tests for Python service classes using Arrange-Act-Assert pattern with proper mocking at boundaries. Tests behavior, not implementation. Mocks external systems only (API calls, file I/O, databases). Use when writing tests for services or fixing…

2026년 1월 25일
python-code-style
소프트웨어 개발자

Follow Python code organization conventions including method ordering, datetime handling, circular import avoidance, and type annotations. Use when organizing service classes, handling dates, or structuring modules.

2026년 1월 25일
dependency-injection
소프트웨어 개발자

Apply constructor-based dependency injection with explicit configuration flow. Covers required dependencies, fail-fast principles, and avoiding optional parameters with default factories. Use when designing service constructors or managing dependencies.

2026년 1월 25일
domain-modeling
소프트웨어 개발자

Design domain models following parse-once principle with type-safe APIs, factory methods, and Repository pattern. Use when creating domain models, parsing data structures, or organizing business logic in models.

2026년 1월 25일
저장소 7개 중 7개 표시
모든 저장소를 표시했습니다