← all publishers

gephi

@gephi source repo

4 published skills

  1. Release Notes · gephi
    Draft Markdown release notes for a Gephi release (org "gephi", repo "gephi"), ready to copy-paste into a GitHub release. Source of truth is a GitHub milestone the user names when invoking the skill. Pulls every issue and PR in that milestone, prefers the issue over a linked PR, classifies each item into Bugfixes / New or Improved Features / Code Improvements / API Changes / New Features Highlight by title alone, sources API Changes from src/main/javadoc/overview.html for minor releases, and appends New contributors / Core contributors sections. Read-only against GitHub — never creates, edits, or publishes the actual release. Use when asked to draft, prepare, or generate release notes for a Gephi version/milestone.
    0
    installs
  2. Sentry Triage · gephi
    Triage unresolved Gephi exceptions from Sentry (org "gephi", project "gephi") into a prioritized, read-only report table. Filters out issues that cannot be fixed in Gephi's code (network/firewall/proxy blocks, OpenGL/GPU driver limits, corrupted/mounted installs, AV/cloud-sync file locking, disk full), scores the rest by user/event impact, and dispatches Sonnet sub-agents to investigate root cause and fix direction for the top-priority issues. Never edits code. Use when asked to triage, review, prioritize, or report on Sentry issues/exceptions for Gephi.
    0
    installs
  3. Sentry Remediate · gephi
    Implement fixes for Gephi Sentry issues that have a code-confirmed root cause, one isolated git worktree per duplicate group. Writes a minimal fix and a regression test, runs a scoped build including the checkstyle profile, opens a PR from the repo's template, has a second agent adversarially review the diff, then watches CI until every PR is green. Never merges. Issues whose root cause doesn't hold up on re-inspection are reported back unfixed rather than forced. Use after sentry-triage has produced a report, or when given a specific list of Sentry issues to fix.
    0
    installs
  4. Update Dev Links · gephi
    Check the latest run of Gephi's "release" GitHub Actions workflow (gephi/gephi, .github/workflows/release.yml) and, only if it completed fully successfully, refresh the "Development builds" section of README.md with the current Maven Central snapshot download links (Windows/macOS/Linux, x64/aarch64), then open a PR (never merge). Skips silently-safe if the latest run failed, is still in progress, or was a real (non-SNAPSHOT) release rather than a dev build, or if the links are already up to date. Use when asked to update/refresh/sync the README's dev build links, or to check on the latest Gephi dev release.
    0
    installs