Agent Skills by Krishna
Showing 25 vetted skills indexed across 1 GitHub repositories.
tui-tester
Automates terminal UI testing of Gemini CLI behavior and visual output.
async-pr-review
Runs background PR reviews with builds, tests, and Gemini-generated assessments in ephemeral git worktrees.
ci
Monitors GitHub Actions workflows and replicates CI failures locally for triage.
behavioral-evals
Create, debug, and promote behavioral evaluations that validate agent tool-choice decisions.
pr-address-comments
Fetches and summarizes GitHub pull request review comments for the current branch.
review-duplication
Detects duplicated logic and reinvented utilities in pull requests during code reviews.
string-reviewer
Reviews user-facing strings in codebases against UX writing style and terminology rules.
docs-writer
Write, review, and audit Markdown documentation following project style standards.
pr-creator
Creates GitHub pull requests following repository templates and branch safety rules.
github-issue-creator
Creates GitHub issues using repository templates and the gh CLI with proper labeling.
code-reviewer
Reviews local git changes and remote GitHub pull requests for correctness and maintainability.
docs-changelog
Generates and formats release changelog files from version and raw release notes.
agent-tui
Automate and test terminal UI applications through screenshot-driven interaction loops.
metrics
Analyzes time-series repository health metrics to identify trends and root causes.
prs
Manages Git staging and GitHub pull request lifecycle for automated bot workflows.
memory
Maintains persistent bot memory via a structured task ledger and decision log.
critique
Audits and fixes staged repository scripts and GitHub Actions workflows for robustness and security.
quality
Classifies GitHub issues as spam, empty, needs-info, feature, or actionable bug reports.
effort
Estimates implementation effort for issues based on code exploration output.
code_explorer
Explores repositories to locate source files, related components, and test files for reported issues.
spec_generator
Generates structured Workable Spec JSON from GitHub issues to guide developer workers.
antigravity-support
Provides installation, setup, and migration instructions for Antigravity CLI.
skill-creator
Create, validate, and package Gemini CLI skills with initialization and packaging scripts.
greeter
Responds to hello requests with a fixed greeting message.
Frequently Asked Questions About Krishna
FAQPage SchemaWhat tasks can I accomplish with bkrsna's Gemini CLI skills?▼
You can manage the full pull request lifecycle (create, review, address comments, run async reviews), monitor GitHub Actions CI runs, generate changelogs and documentation, triage issues for spam and effort, detect code duplication, and test terminal UI behavior.
Who are these skills designed for?▼
They target developers and maintainers working in the Gemini CLI repository who need structured code review, CI failure verification, issue triage, behavioral evaluation testing, and documentation authoring aligned with project standards.
How do I install and run these skills?▼
The skills extend Gemini CLI and are triggered contextually by user requests, such as asking to create a PR or review code. The antigravity-support skill provides official setup and migration instructions for Antigravity CLI environments.
What prerequisites or dependencies are required?▼
The pr-address-comments skill explicitly requires the gh CLI. Most skills operate within a GitHub repository context with Git access, and CI monitoring requires GitHub Actions workflows and a branch name for run discovery.
Can I create my own custom skills for Gemini CLI?▼
Yes. The skill-creator skill guides you through building new skills or updating existing ones, covering specialized knowledge, workflows, and tool integrations that extend Gemini CLI capabilities.