Skip to main content
GitHub 저장소

yaat

yaat에는 leftos에서 수집한 skills 11개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
11
Stars
2
업데이트
2026-07-30
Forks
1
직업 범위
직업 카테고리 4개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

layout-inspect
소프트웨어 개발자

Query airport ground graph topology via LayoutInspector CLI tool

2026-07-30
prepare-release
소프트웨어 개발자

Prepare a YAAT release from CHANGELOG.md: verify release secret presence, choose version, draft highlights, promote the changelog heading, commit, tag, and push after approval.

2026-07-29
ship
소프트웨어 개발자

End-to-end release of the current session's work: changelog + commit, land onto `main` in both repos, push, then close the related GitHub issue(s). Trigger when the user says "ship it", "ship this", "ship the session", "land and push", "push and close the issue", or invokes /ship. Composes /changelog-and-commit → /merge-session-to-main → push → `gh issue close`. Invoking the skill IS the approval — it pushes to origin/main and closes issues without further prompts.

2026-07-22
bug-bundle
소프트웨어 품질 보증 분석가·테스터

Inspect, extract, install, and validate YAAT v4 bug bundles. Use when a *.yaat-bug-report-bundle.zip or *-recording.zip path appears in conversation, when triaging a YAAT controller bug report or recording-driven complaint, when correlating in-game behavior with recorded snapshots / actions / logs, or when fetching GitHub issue attachments into tests/Yaat.Sim.Tests/TestData/. Start with `info` for an overview, then `history --callsign X` for per-aircraft chronology.

2026-07-14
stt-pipeline-debugging
소프트웨어 개발자

Investigate and iterate on YAAT's speech-to-text pipeline. Auto-fires when a *.yaat-speech-sample.zip path appears in the conversation OR when the user provides a raw / paraphrased ATC transcript with an intent phrase like "why doesn't this match", "should this work", "what canonical would this produce", or "how do I make X recognize this". Walks the pipeline (callsign extract → rule mapper → LLM fallback), identifies the gap, and closes the loop with a TDD-driven fix (test → rule → verbalizer regression check → full suite).

2026-05-26
consolidate-recordings
소프트웨어 개발자

Dedupe recording .zip files in tests/Yaat.Sim.Tests/TestData via tools/Yaat.RecordingConsolidator and commit the cleanup. Internal maintenance — do not update CHANGELOG.md.

2026-05-24
merge-session-to-main
소프트웨어 개발자

Land the current Claude session's worktree commits onto `main` in both X:/dev/yaat and X:/dev/yaat-server. Cherry-picks divergent commits, auto-resolves the usual CHANGELOG.md `## Unreleased` bullet conflicts, runs each repo's pre-commit hooks, and stops (never pushes). Use when the user says 'merge to main', 'land this session', 'merge session', or invokes /merge-session-to-main after finishing work in a yaat worktree (typically `X:\dev\yaat.wt\<branch>\`).

2026-05-12
architecture-doc-check
소프트웨어 개발자

Check whether YAAT docs/architecture.md needs updates after changed files, new projects, renamed files, or responsibility changes.

2026-05-07
aviation-realism-review
항공 교통 관제사항공사 파일럿, 부조종사 및 비행 엔지니어

Review YAAT aviation logic, phraseology, pilot behavior, ATC rules, aircraft performance, and simulation changes against local FAA 7110.65 and AIM references.

2026-05-07
csharp-review
소프트웨어 품질 보증 분석가·테스터

Review YAAT C# changes for project conventions, nullable safety, async patterns, logging, DTO usage, formatting rules, and maintainability.

2026-05-07
test-fix
소프트웨어 품질 보증 분석가·테스터

YAAT TDD bug-fix workflow: write failing test, confirm failure, apply fix, confirm pass

2026-05-07