Instructions file CodexOpenCode
AGENTS.md instructions for openSUSE/mcp-bugzilla, covering agents, project overview, setup, sync dependencies and running the server.
Instructions file CodexOpenCode
AGENTS.md instructions for openSUSE/mcp-bugzilla, covering agents, project overview, setup, sync dependencies and running the server.
openSUSE/openSUSE-packaging-skill
Skill Claude CodeCodex
Authoring, modifying, reviewing, or building openSUSE RPM packages — spec files, .changes files, osc / OBS and Git (src.opensuse.org / Gitea) workflows. Use whenever the working directory has a .osc/ folder or a .spec file, when the user mentions osc, OBS, rpmbuild, openSUSE Build Service, src.opensuse.org, the Git…
openSUSE/openSUSE-packaging-skill
Agent
Adversarial pre-commit / pre-SR review of the WHOLE change — spec diff, patches, sources/service moves, build outcome, and the .changes entry — against the actual diff and upstream reality. Use as the final gate before committing or filing a submit request — it plays a hostile Factory reviewer hunting for the decline…
openSUSE/openSUSE-packaging-skill
Agent
Block 3 of the openSUSE-packaging pipeline. Use to commit a green package, submit it to Factory (osc sr) or open the Gitea PR for a git-workflow package, then watch the submission and triage any decline or reviewer comment — looping fixes back to Block 2.
openSUSE/openSUSE-packaging-skill
Agent
Block 1 of the openSUSE-packaging pipeline. Use to find out whether a package (or all of a maintainer's packages) is out of date, before any update work. Enumerates maintained packages, compares against upstream, and returns a verified candidate list with false positives filtered out.
openSUSE/openSUSE-packaging-skill
Agent
Block 2 of the openSUSE-packaging pipeline. Use to actually update a single package (version bump or source-service refresh), rebase/drop its patches, clean the spec, and build it locally until green. Stops at a clean local build + green sourcevalidator — does not submit (unattended-mode commits go only to the…