pixee
- 16 skills
- 0 followers
- 8 hours ago last updated
- ▌
- ▌ Pixee Auth · pixeeAuthenticate to a Pixee deployment using the per-user OAuth2 device flow or the deployment's shared API key, choose which deployment commands target, mint bearer tokens for the REST API and observability endpoints, and inspect the current authentication state.
- ▌ Pixee Repo · pixeeList, view, create, and delete Pixee repositories with shared name-or-UUID resolution used by every targeted subcommand.
- ▌ Pixee Scan · pixeeList, view, analyze, cancel, create, and delete Pixee scans filtered by repository, branch, detector tool, and analysis state.
- ▌ Pixee Patch · pixeeList and view Pixee patches created from fix results, filterable by scan, finding, repository, state, and creation date.
- ▌ Pixee Scale · pixeeList and view Pixee severity scales used to interpret finding severity scores across scan detectors.
- ▌ Pixee Shared · pixee bundleDescribe the global flags, output format, exit codes, error handling, and TLS trust troubleshooting used by every Pixee CLI subcommand.
- ▌ Pixee Finding · pixeeList, filter, and view Pixee findings for a scan with aggregate counts across triage, fix, and SCA outcomes.
- ▌ Pixee Analysis · pixeeList, view, and delete Pixee analyses with filters and optional polling until the analysis reaches a terminal state.
- ▌ Pixee Workflow · pixeeList, create, update, run, and delete Pixee workflows on a repository with partial-update semantics across event kinds.
- ▌ Pixee Integration · pixeeList, view, create, update, and delete Pixee integrations to discover and manage scanner connections registered with the org.
- ▌ Pixee Preferences · pixee bundleRead and write Pixee organization preferences from files or stdin with optimistic concurrency handled by the CLI.
- ▌ Pixee System Status · pixeeShow Pixee platform health, license status, and AI model availability for the currently connected deployment.
- ▌ Audit Skills · pixeeDetects and closes drift between the latest released Pixee CLI surface and the published `skills/pixee-*` skills on `origin/main`. Trigger after a new pixee release, on a `/audit-skills` request, or when the contributor asks 'are the skills up to date?', 'is there a missing pixee skill?', 'does the CLI match the skills?', 'check skill drift', or 'do we need to update the skills for vX.Y.Z?'. Always audits against `origin/main` (the source of truth for what users see), never the local working tree. Produces a structured drift report first, then closes the highest-severity gap in a pull request. Accepts `--headless` for unattended post-release runs.
- ▌ Pixee Coding Guidelines · pixeeList Pixee organization coding-guidelines documents to discover their filename, status, and size for fix guidance.
- ▌ Add Resource Skill · pixeeAuthors a new skills.sh-formatted skill for the pixee CLI under skills/pixee-<noun>/SKILL.md. Trigger on requests like "add a resource skill", "write a skill for pixee X", "author a pixee skill", or "publish a skill for the new Y subcommand". Captures pixee-specific conventions (one skill per sub-command with a shared prerequisite, frontmatter schema, picker-friendly descriptions, HAL-first doctrine, sibling cross-references) and defers to /plugin-dev:skill-development for general skill-writing craft. Also covers updates to existing skills under skills/pixee-*.