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

gjalla

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

수집된 skills
23
저장소
2
업데이트
2026년 8월 15일
저장소 탐색

저장소와 대표 skills

add-observability
네트워크·컴퓨터 시스템 관리자

Add production-grade observability to code — structured logging, metrics, tracing, alerting, etc. Use this skill when the user is building or modifying a service that runs in prod. Triggers on phrases like "how will we know if this breaks", "production…

2026년 3월 8일
analyze-before-coding
소프트웨어 개발자

Stop and analyze before writing any code. Review the problem space — trace what the change touches, estimate the blast radius, and mentally simulate the system with the change in place. Use this skill whene you're about to implement something that modifies…

2026년 3월 8일
architect-error-handling
소프트웨어 개발자

Design error handling as a first-class concern, not an afterthought. Consider where failures get caught, what state they leave the system in, and what information flows to operators, callers, and users. Triggers on phrases related to errors, when you notice a…

2026년 3월 8일
clarify-requirements
소프트웨어 개발자

Analyze requirements for gaps, ambiguities, and unstated assumptions before implementing. This is "negative space analysis" — finding what the spec doesn't say that it should. Use this skill when you receive a task, ticket, user story, or feature request and…

2026년 3월 8일
conduct-post-mortem
소프트웨어 개발자

Conduct a blameless post-mortem analysis after an incident, outage, or significant bug. Use this skill when something went wrong in production and the team needs to understand what happened, why, and how to prevent it from happening again. Triggers on phrases…

2026년 3월 8일
design-api
소프트웨어 개발자

Design APIs with the discipline expected at companies known for great developer experiences. Use this skill when building new API endpoints, redesigning existing ones, or reviewing API contracts. Triggers on phrases like "design the API", "new endpoint", "API…

2026년 3월 8일
design-for-change
소프트웨어 개발자

Design to accommodates the system's likely future, not just its present state. This is "temporal design" — reasoning about how today's implementation interacts with tomorrow's roadmap and evolving requirements. Use this skill when making decisions during…

2026년 3월 8일
manage-tech-debt
소프트웨어 개발자

Identify, catalog, and plan the resolution of technical debt in a codebase. Use this skill when the user wants to understand the health of their codebase, prioritize cleanup work, or plan a refactoring effort. Triggers on phrases like "tech debt", "code…

2026년 3월 8일
수집된 skill 15개 중 8개를 표시합니다.
gjalla-cleanup-audit
소프트웨어 개발자

Audit a codebase for dead code, unreachable branches, duplicated logic, and vestigial abstractions, then remove them safely with proof. Use to reduce sprawl, pay down tech debt, or clean up after a feature is retired or migrated.

2026년 8월 15일
gjalla-code-review
소프트웨어 품질 보증 분석가·테스터

Review a code change (diff or PR) for ship-readiness before merge. Use when reviewing your own or someone else's changes prior to committing/merging/etc.

2026년 8월 15일
gjalla-debug
소프트웨어 개발자

Investigate a reported problem down to its root cause, with evidence, before proposing a fix. Use when something is broken, behaving unexpectedly, or a user reports an issue you can't immediately explain.

2026년 8월 15일
gjalla-spec-review
소프트웨어 개발자

Full review of a plan or spec to be sure there are no surprises, gaps, or mistakes. Use to harden a spec before implementation.

2026년 8월 15일
gjalla-spec
소프트웨어 개발자

Create a well-thought-out plan covering problem statement, goals, technical approach, and verification criteria. Use while planning / before implementing any non-trivial feature.

2026년 8월 15일
gjalla-breakdown
소프트웨어 개발자

Break a feature spec into intentional waves and bite-sized tasks grouped by dependency. Use after a spec is written to prepare for easy-to-track implementation.

2026년 7월 5일
gjalla-prepare-and-commit
소프트웨어 개발자

Make sure your code is ready to commit, then stage changes into clean, atomic commit. Use before committing.

2026년 7월 5일
gjalla-test-audit
소프트웨어 품질 보증 분석가·테스터

Audit a test suite to find tests that give false confidence — tests that encode bugs, duplicate coverage, or are so heavily mocked they can't catch real regressions. Use to improve robustness, audit coverage, or harden a risky area.

2026년 6월 4일
저장소 2개 중 2개 표시
모든 저장소를 표시했습니다