en un clic
inspekt
inspekt contient 3 skills collectées depuis rnett, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
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.