Skip to main content
Devolutions
Profil créateur GitHub

Devolutions

Vue par dépôt de 54 skills collectés dans 8 dépôts GitHub.

skills collectés
54
dépôts
8
mis à jour
20 août 2026
explorateur de dépôts

Dépôts et skills représentatifs

commit-scope
Développeurs de logiciels

Derive and validate the canonical scope for IronRDP Conventional Commit and pull-request titles. Use whenever composing, reviewing, correcting, or checking a commit or PR title, especially when several crates or product surfaces intersect.

13 août 2026
crate-readme-writer
Développeurs de logiciels

Write or substantially revise a Rust crate's README.md as a concise, user-facing design document. Use whenever creating a crate README, documenting a planned crate, or defining a crate's purpose, role, or interface before implementation.

12 août 2026
new-crate
Développeurs de logiciels

Create and integrate a new Rust crate in the IronRDP workspace. Use whenever adding, scaffolding, or initializing a crate under crates/, including requests that mention cargo new, a new library package, or registering a crate in the architecture.

12 août 2026
public-dependency
Développeurs de logiciels

Add or change Rust crate dependencies while preserving IronRDP's public-dependency markers. Use whenever adding, updating, renaming, removing, or changing features of a Cargo dependency, or when a public API starts or stops exposing dependency-owned types or…

12 août 2026
commit-and-pr-conventions
Développeurs de logiciels

Follow the adopted commit and pull-request conventions. Use whenever creating a commit or opening, editing, reviewing, or preparing to squash-merge a PR, including requests to commit, push, or open a PR.

9 août 2026
llm-comment-footer
Commis de bureau généraux

Add required LLM attribution to GitHub issue bodies and issue or pull request comments. Use whenever drafting, creating, or replying to this content, including agent-merge review-thread replies and helper-driven GitHub comment replies. Do not use for pull…

9 août 2026
ironrdp-activex-mstsc-testing
Analystes en assurance qualité des logiciels et testeurs

Test IronRDP ActiveX in the real mstsc.exe child launched by MsRdpEx, including the native credential bridge, shell behavior, resize handling, clipboard startup, and bounded UI stress. Use when validating or debugging ironrdpax.dll under native MSTSC. Do not…

9 août 2026
protocol-reviewer
Développeurs de logiciels

Analyze IronRDP changes for RDP protocol conformance against Microsoft Open Specifications. Use when reviewing protocol behavior, wire formats, PDUs, virtual channels, codecs, security, capability negotiation, or protocol-visible errors.

9 août 2026
Affichage de 8 skills collectés sur 18.
external-contract-reviewer
Analystes en assurance qualité des logiciels et testeurs

Review Devolutions Gateway changes against authoritative external contracts. Use when a diff may affect HTTP or OpenAPI behavior, WebSocket behavior, relay or tunneling semantics, configuration schemas, or agent and platform protocols.

9 août 2026
skeptical-reviewer
Analystes en assurance qualité des logiciels et testeurs

Perform an evidence-driven, change-averse code review. Use when assessing the correctness, necessity, scope, or design of a proposed change.

9 août 2026
code-review
Analystes en assurance qualité des logiciels et testeurs

Review Devolutions Gateway pull requests and diffs using focused contract, compression, documentation, prose, and skeptical passes. Use whenever Copilot code review is requested or a proposed change needs review.

9 août 2026
commit-scope
Développeurs de logiciels

Select commit and PR scopes in the Devolutions Gateway repository. Use whenever composing or reviewing a Conventional Commit subject, especially for shared libraries, packaging, tests, documentation, CI, or changes spanning products.

9 août 2026
run-gateway-local
Développeurs de logiciels

Launch Devolutions Gateway from source for local coding-agent tests with loopback listeners by default; require explicit opt-in before binding to non-localhost addresses.

5 août 2026
build-agent-msi
Développeurs de logiciels

Build the Devolutions Agent Windows MSI installer locally. Use when asked to build, compile, or rebuild the agent MSI.

3 août 2026
changelog-to-jira
Développeurs de logiciels

Creates missing DGW Jira tickets from CHANGELOG.md entries and updates the file with the new ticket links.

22 avr. 2026
prepare-release
Développeurs de logiciels

Prepares a Devolutions Gateway / Devolutions Agent release commit: bumps the version, generates and inserts the changelog, creates Jira tickets, generates the ToolBox changelog, and produces the final release commit.

22 avr. 2026
Affichage de 8 skills collectés sur 10.
async-io-port
Développeurs de logiciels

How to map Turso's cooperative `IOResult`/`Completion` I/O model to Ahtola's managed I/O without changing semantics. Use this when porting storage/pager/WAL code that uses Turso's state-machine IO.

13 août 2026
conformance-suite
Analystes en assurance qualité des logiciels et testeurs

How the SQLite conformance corpus (`conformance/sqlite-sqltests/`) and the expected-failures file work, and how to close a conformance gap correctly. Use this when a sqltest fails or when closing an engine gap.

13 août 2026
managed-test-suite
Analystes en assurance qualité des logiciels et testeurs

How to run NUnit tests and the conformance suite in Ahtola correctly, including running a single test and why bare `dotnet test` lies. Use this whenever you need to run, filter, or interpret test results.

13 août 2026
mvcc-transaction-model
Développeurs de logiciels

How transaction, snapshot, and MVCC semantics map between Turso's Rust core and Ahtola's managed engine, and what must stay aligned. Use this when touching transactions, snapshots, isolation, commit/rollback, or the local/replica adapter dispatch.

13 août 2026
nativeaot-trim-safe
Développeurs de logiciels

How to keep Ahtola.Core and the shipped provider/EF Core packages NativeAOT-compatible and trimmable. Use this when writing or reviewing any reflection, generics, serialization, or dynamic dispatch in shipped library code.

13 août 2026
package-closure-validation
Développeurs de logiciels

How the Ahtola packages are structured and validated (Ahtola.Data embedding, EFCore version-range constraint, validate-package/validate-packed-closure gates). Use this before changing package layout, csproj packaging metadata, or EF Core dependencies.

13 août 2026
pure-managed-closure
Développeurs de logiciels

The enforced "no native/Rust/P-Invoke" invariant of the Ahtola build. Use this before adding any PackageReference, dependency, or interop to shipped library code, and whenever a build fails with a managed-closure error.

13 août 2026
storage-format-port
Développeurs de logiciels

How to keep Ahtola's on-disk SQLite file format and WAL framing byte-compatible with SQLite/Turso. Use this when touching anything in `Ahtola.Core/Storage` — pager, b-tree, WAL, page allocator, overflow, varints, headers.

13 août 2026
Affichage de 8 skills collectés sur 10.
translation-source-sync
Développeurs de logiciels

Synchronizes the UniGetUI English language file with source-code usage, identifies missing translation keys, removes unused entries, reports localization drift, and can reorder locale files to match the English key ordering. Use when the user asks to sync…

5 mai 2026
translation-status
Développeurs de logiciels

Analyzes checked-in UniGetUI language files to calculate translation percentages, surface untranslated coverage data, and generate localization status reports.

5 mai 2026
translation-diff-export
Développeurs de logiciels

Compares UniGetUI JSON locale files against English, identifies untranslated or source-changed keys, and generates patch, reference, and handoff files for a target language. Use when the user asks to export missing translations, untranslated strings, i18n…

4 mai 2026
translation-diff-import
Développeurs de logiciels

Merges translated key-value pairs from a UniGetUI JSON localization patch back into the full language file and validates the merged result. Use when the user asks to apply, merge, or import a translation patch.

4 mai 2026
translation-diff-translate
Développeurs de logiciels

Translates a sparse UniGetUI JSON language patch, writes completed entries into the working copy, preserves placeholders and terminology, and prepares the patch for merge-back. Use when the user asks to translate or localize i18n strings, localization JSON,…

27 avr. 2026
translation-review
Développeurs de logiciels

Reviews UniGetUI .json language files for localization quality, detects parity issues, English-equal entries, wrong-script content, and cross-language outliers, then generates a dataset for LLM-assisted linguistic review. Use when the user asks to review…

27 avr. 2026
8 dépôts affichés sur 8
Tous les dépôts sont affichés