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

rshankras

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

수집된 skills
174
저장소
1
업데이트
2026년 7월 24일
저장소 탐색

저장소와 대표 skills

testing
소프트웨어 품질 보증 분석가·테스터

TDD and testing skills for iOS/macOS apps. Covers characterization tests, TDD workflows, test contracts, snapshot tests, test infrastructure, and deterministic quality gates (fitness functions, coverage ratchet, mutation testing). Use for test-driven…

2026년 7월 24일
snapshot-test-setup
소프트웨어 품질 보증 분석가·테스터

Set up SwiftUI visual regression testing with swift-snapshot-testing. Generates snapshot test boilerplate and CI configuration. Use for UI regression prevention.

2026년 7월 24일
coverage-ratchet
소프트웨어 품질 보증 분석가·테스터

Gate test coverage with a ratchet — a committed baseline that coverage may never drop below and only ever rises. Ships a coverage-gate script (xccov-based) plus an advisory CRAP report (complexity × uncovered). Use when agent-written code needs a…

2026년 7월 24일
code-size
소프트웨어 개발자

Enforce complexity and size limits on Swift code with SwiftLint threshold rules — cyclomatic complexity, function/type/file length, parameter count — adopted via a violations baseline so existing code never blocks. Use when agent-written code needs…

2026년 7월 24일
swift-development
소프트웨어 개발자

Swift language patterns and best practices including concurrency, performance, and modern idioms. Use for Swift language-level code review or architecture guidance.

2026년 7월 24일
fitness-functions
소프트웨어 품질 보증 분석가·테스터

Write architecture fitness functions — deterministic tests that enforce a project's hard rules (module boundaries, offline guarantees, content contracts) from inside its own test target. Use when a constraint lives only in prose (CLAUDE.md, code review) and…

2026년 7월 24일
mutation-testing
소프트웨어 품질 보증 분석가·테스터

EXPERIMENTAL — mutation testing with muter to measure whether tests actually assert anything: mutants that survive reveal assertion-free coverage. Advisory report only, never a merge gate. Use on engine/logic targets when coverage numbers look good but bugs…

2026년 7월 24일
onboarding-generator
소프트웨어 개발자

Generates value-moment-first onboarding flows for iOS/macOS apps — the default architecture races a new user to the first felt experience of the app's promised outcome, branching on whether they can experience it right now or need to plan for later. The…

2026년 7월 23일
수집된 skill 174개 중 8개를 표시합니다.
저장소 1개 중 1개 표시
모든 저장소를 표시했습니다