Agent Skills by a2f0
Showing 28 vetted skills indexed across 1 GitHub repositories.
preen
Automate code quality and security fixes across a repository.
fix-tests
Diagnoses and fixes failing CI jobs by analyzing logs and categorizing errors.
solicit-gemini-review
Trigger Gemini Code Assist PR reviews and summarize inline feedback.
preen-window-consistency
Normalize window components and consolidate shared logic into packages/window-manager.
enter-merge-queue
Automate GitHub Pull Request merging by monitoring CI and addressing review feedback.
refresh
Synchronize a development workspace after a pull request merge.
mark-high-priority
Add the 'high-priority' label to a GitHub Pull Request using the gh CLI.
cross-agent-review
Request code reviews from alternative AI agents like Claude Code or Codex.
address-gemini-feedback
Resolve Gemini code review feedback on GitHub pull requests via REST API.
preen-dependency-security
Audit monorepo dependencies for vulnerabilities and apply low-risk hardening fixes.
preen-database-performance
Detect N+1 queries, inefficient joins, and missing indexes in databases.
preen-review-instructions
Audit and update code review instructions in REVIEW.md and .gemini/INSTRUCTIONS.md.
preen-compliance-docs
Audit compliance documentation directories for completeness and cross-framework parity.
commit-and-push
Commit staged changes with conventional commits and push to the remote repository.
update-everything
Update project dependencies across Ruby, iOS, and Android environments.
preen-deferred-fixes
Implement deferred-fix issues from merged PR review threads with tests.
preen-skill-tooling
Validate skill actions against agentTool.ts and scriptTool.ts definitions.
preen-i18n
Audit i18n coverage and detect missing translations and hardcoded strings.
preen-typescript
Identify and strengthen weak TypeScript typings across a monorepo using rg discovery and replacement strategies.
preen-test-flakiness
none
convert-docs
Translate English Markdown documentation into a target language directory.
rebase
Rebase the current Git branch onto origin/main, preferring upstream changes.
follow-up-with-gemini
Reply to Gemini code review comments on GitHub pull requests and resolve threads.
preen-split-react-components
Split oversized React component files into smaller modules with colocated tests.