.claude/skills/forgeRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
Forge-agnostic git-host driver contract. Lets code-workflow / github-flow / harness pipelines run independent of the underlying git forge (GitHub, GitLab, Gitea) through a normalized driver interface + a `--forge=<github|gitlab|gitea>` dispatch idiom with git-remote auto-detection (github fallback). Use when: designing or reasoning about forge-portable PR/MR/issue/merge operations, adding a new forge adapter, deciding how a pipeline should degrade when a forge lacks a capability (PR↔PR dependency, sub-issues, Copi…
These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.
These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.
.claude/skills/forgeRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/forgeRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/forgeRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.
clawhub install @drumrobot/forgeclawhub inspect @drumrobot/forge --version 0.1.2This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.
keyring)\n - Token scopes: \'repo\', \'readThis is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:f83a1d15fe7fb8560e2ebe7f10625597a263245625509b638409545055883ac0adapters.mdcapability-matrix.mdCHANGELOG.mddispatch.mddriver-interface.mdLICENSEresources/forge-driver.shresources/forge-driver.test.shskill-card.mdSKILL.md- Initial interface definition for a forge-agnostic git-host driver contract. - Establishes a normalized driver method set for PR, issue, merge, auth, visibility, and dependency operations across GitHub, GitLab, and Gitea. - Documents capability-matrix and contract for how pipelines should degrade on missing forge features. - Introduces explicit `--forge=<github|gitlab|gitea>` driver selection and auto-detection from git remote, with fallback to GitHub. - Marks GitLab and Gitea support as adapter boundaries for future development (Phase 2). - Declares dependency on `github-flow` as the reference GitHub implementation.