원클릭으로
inspekt
inspekt에는 rnett에서 수집한 skills 3개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Integrates Kotlin version updates from Renovate and orchestrates release workflows via GitHub Actions. Triggers when updating Kotlin version, releasing a new version, or integrating Renovate PRs.
Designs, models, and implements Kotlin compiler extensions using K2/FIR and IR. Guides modifications to SpektGenerator (IR), ProxyGenerator (IR), and InspektChecker (FIR). Handles synthetic declaration generation, FIR status/supertype transformations, and IR backend lowerings. Use when implementing reflection features, fixing plugin bugs, or engineering compiler diagnostics.
Audits, validates, and verifies Kotlin compiler plugin transformations and diagnostics. Orchestrates testing using Golden File comparisons across .fir.txt and .ir.txt dumps. Automates test actualization and handles runtime verification with .box.txt phase tests. Use when validating plugin behavior, auditing test coverage, or reproducing compiler issues.