con un clic
openfirma
openfirma contiene 15 skills recopiladas de Firma-AI, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Review Rust changes for correctness, robustness, documentation quality, and test coverage.
Guidelines for writing Rust tests in OpenFirma.
Write Rust tests for OpenFirma crates while avoiding redundant coverage.
Review changes ahead of opening a new PR, modifying an existing one or on demand by the user.
Edit a pre-existing GitHub pull request for OpenFirma. Use whenever you are asked to make changes to commits, branches or bookmarks that would affect an open GitHub PR.
Open a GitHub pull request for OpenFirma. Use whenever you are asked to open a PR.
Dirty repo, uncommitted changes, commit, amend, split, changeset, PR history: inspect repository state and prepare atomic Git commits or jj changesets. Use whenever the worktree is already dirty or you are about to commit or rewrite history.
jj split, mixed changeset, atomic revision, reviewed history: split a jj changeset into atomic focused changesets without interactive commands. Use in Jujutsu clones whenever one changeset mixes multiple intents.
Final verification for OpenFirma changes, including per-commit or per-changeset validation when work is split into atomic revisions.
Compile OpenFirma to verify changes build successfully. Use this after code changes and before running broader verification.
Fix merge conflicts in a jj change and its ancestors, starting from the oldest conflict. Use only in clones that use Jujutsu.
Check formatting and lint rules for OpenFirma Rust, TOML, and Markdown changes.
Run Rust tests for the affected OpenFirma crates or a specific crate/test.
General documentation guidelines for OpenFirma code, docs, and contributor-facing material.
Guidelines for writing Rust documentation in OpenFirma.