Skip to main content
redhat-et
GitHub creator profile

redhat-et

Repository-level view of 94 collected skills across 14 GitHub repositories.

skills collected
94
repositories
14
updated
Sep 17, 2026
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

ripwire-mcp
unclassified

Wire ripwire into an agent as an MCP server — `ripwire wrap AGENT` (Claude Code, Cursor, Codex, Gemini…) — and choose the server verb mid-task. Also tool HEALTH: a symbol you expected is missing from the ranked output, the index feels stale after a rebase,…

Sep 17, 2026
ripwire-find-bug
unclassified

You have a SYMPTOM — crash, exception, wrong output, failing test, error string — and don't know which code is responsible. Ranks candidates; a stack trace or sanitizer output maps onto frames innermost-first; 'it worked yesterday' / 'my last edit broke it' →…

Sep 14, 2026
ripwire-fresh-eyes
unclassified

Maintenance risk in code you did NOT write — inheriting a module, planning a refactor, a suspected god object, 'what's gnarly / where's the rot / safe to touch?': hotspots, dead or inactive code, switches/defaults (--flags), clones, a function's real shape,…

Sep 14, 2026
ripwire-navigate
unclassified

You can NAME the symbol: who calls it, what it calls, the path from A to B, its full body, or an exact literal/regex match. 'Safe to change or rename X — what breaks downstream?' = the transitive blast radius, not 1-hop callers. Three or more symbols →…

Sep 14, 2026
ripwire-orient
unclassified

Landing COLD in an unfamiliar repo or subsystem, or about to open several files for one question: map first, read only what it ranks highest — main subsystems, entry points, 'how does X work / where is Y'. Also recover context after compaction, retrieve saved…

Sep 14, 2026
ripwire-security-scan
unclassified

Security review: (1) vet an untrusted SKILL.md or .mcp.json BEFORE installing it — the injection/exfiltration scanner; CRITICAL blocks the install; (2) audit code on an untrusted-input path (a deserializer, parser, exec of user data, network endpoint): taint…

Sep 14, 2026
ripwire-change-check
unclassified

Merge-SAFETY of an existing diff — yours before you push, or a PR you review: blast radius, tests to run, a broken contract (--edit-check=SYM), branch conflicts and landing order, unmerged work stranded on old branches, which ref defines it. Code QUALITY →…

Sep 13, 2026
ripwire-router
unclassified

Start HERE when unsure which ripwire skill fits, or asked 'how do I use ripwire / where do I start'. A moment→skill map, cold start to handoff, plus the two reflexes that leak most: --exemplar before you write, --quality-delta before you call it done. One hop…

Sep 13, 2026
Showing 8 of 19 collected skills.
Showing 8 of 12 collected skills.
root-cause-analysis
network-and-computer-systems-administrators

Perform root cause analysis and log analysis for failed jobs. Use when user wants to investigate job failures, analyze logs, find root causes, debug errors, troubleshoot infrastructure issues, or understand why a job failed. Investigate AAP job failures using…

Jul 21, 2026
rca-annotator
software-quality-assurance-analysts-and-testers

Structured annotation tool that walks users through reviewing and labeling root-cause-analysis outputs, with evidence traceability, difficulty calibration, and alternative diagnosis capture.

Apr 13, 2026
feedback-capture
software-quality-assurance-analysts-and-testers

Ask user if they would like to provide feedback. Call scripts/formatting.py. Don't ask any follow up questions.

Mar 26, 2026
root-cause-analysis
information-security-analysts

Perform root cause analysis and log analysis for failed jobs.Investigate AAP job failures using Splunk correlation and AgnosticD/AgnosticV configuration analysis. Correlates local Ansible/AAP job logs with Splunk OCP pod logs and retrieves relevant…

Mar 24, 2026
root-cause-analysis
network-and-computer-systems-administrators

Perform root cause analysis and log analysis for failed jobs. Investigate AAP job failures using Splunk correlation and AgnosticD/AgnosticV configuration analysis. Correlates local Ansible/AAP job logs with Splunk OCP pod logs and retrieves relevant…

Mar 24, 2026
root-cause-analysis
network-and-computer-systems-administrators

Perform root cause analysis and log analysis for failed jobs. Use when user wants to investigate job failures, analyze logs, find root causes, debug errors, troubleshoot infrastructure issues, or understand why a job failed. Investigate AAP job failures using…

Mar 24, 2026
incident-investigator
network-and-computer-systems-administrators

End-to-end incident investigation workflow that fetches logs and performs root cause analysis. Use when a user wants to investigate incidents, analyze job failures, fetch and analyze logs in one workflow, or debug infrastructure issues. Combines log-fetcher,…

Mar 17, 2026
context-fetcher
network-and-computer-systems-administrators

Retrieve configuration and documentation context from GitHub, Atlassian Confluence and Slack for job investigation. Use when you need to find relevant code, configuration files, documentation, runbooks, procedures, or messages related to a job or incident.…

Mar 17, 2026
Showing 8 of 10 collected skills.
board-tidy
unclassified

Maintain a GitHub project board by moving unblocked issues to Ready and flagging stale statuses. Use when asked to tidy, reconcile, or review a GitHub project board.

Sep 14, 2026
issue-audit
unclassified

Audit open GitHub issues and PRs against the repository to find missing tasks, implementation gaps, and issues that need breaking down. Use for issue-tracker audits or milestone gap analysis.

Sep 14, 2026
issue-sync
unclassified

Synchronize a GitHub issue tracker with the implementation plan by proposing missing issues, blocking relationships, issue comments, and tracking-issue updates. Use when asked to create or refresh project issues. Always run `issue-audit` first.

Sep 14, 2026
eliciting-requirements
unclassified

Turns goals, feature requests, interface descriptions, existing requirements, and requirement sets into precise, implementation-independent EARS requirements with focused questions, supporting suggestions, complete verification contracts, and consistency…

Sep 11, 2026
pull-request
software-quality-assurance-analysts-and-testers

Provides a structured process for creating pull requests use when asked to "make a PR".

Sep 9, 2026
review-pr
software-quality-assurance-analysts-and-testers

Provides a structured process and a comment format for reviewing pull requests. Use when asked to "review a PR", "review PR #N", or "give me a review".

Sep 8, 2026
rebase-pr
software-developers

Provides a structured process for rebasing pull requests use when asked to "rebase a PR".

Aug 31, 2026
datasets
data-scientists-152051

Use when inspecting, validating, or pulling a user-supplied dataset for fine-tuning or general use, or when asked what data a robot-policy model (pi0.5, DreamZero) was trained or fine-tuned on.

Aug 4, 2026
deploy-checkpoint
software-developers

Use when standing up a finished fine-tuning checkpoint as a live model endpoint for testing or comparison against the base model.

Aug 4, 2026
deploy-model
software-developers

Use when sizing hardware or drafting manifests for a model that fits an existing runtime pattern (stock vLLM chat, or vLLM-Omni multimodal). For a model needing a runtime this platform hasn't run before, use new-model-runtime instead.

Aug 4, 2026
fine-tuning
software-developers

Use when discussing, submitting, or checking on a fine-tuning run — GPU training jobs on pi05/robot-policy checkpoints, submit_finetune_run, get_finetune_run_status, or questions like "how's my fine-tune doing" or "kick off training on X dataset."

Aug 4, 2026
model-specs
software-developers

Use when asked about a catalog model's own static characteristics — architecture, dataset/training compatibility, serving runtime requirements — e.g. "what was DreamZero trained on" or "does pi0.5 need a fixed camera count." Not for live status, scaling, or…

Aug 4, 2026
models
software-developers

Use when listing deployed models, checking a specific model's status/output_kind, scaling it up/down, tearing down a checkpoint deployment, or permanently removing a catalog model.

Aug 4, 2026
new-model-runtime
software-developers

Use when onboarding a model whose serving runtime this platform hasn't run before (not stock vLLM chat or vLLM-Omni) — its own native server/CLI, not something generate_model_manifests can template. See also the deploy-model skill for models that DO fit an…

Aug 3, 2026
briefing-builder
management-analysts-131111

Compiles executive briefings from multiple source documents. Use when asked to build a briefing, prepare a summary for leadership, or synthesize multiple reports into one overview.

Apr 29, 2026
email-drafter
customer-service-representatives-434051secretaries-and-administrative-assistants-except-legal-medical-and-executive

Composes professional email responses based on context and recipient. Use when asked to draft, compose, or reply to an email, message, or written communication.

Apr 29, 2026
meeting-notes-processor
executive-secretaries-and-executive-administrative-assistants

Extracts action items, decisions, and follow-ups from meeting notes. Use when asked to process, parse, or organize notes from a meeting, standup, or review session.

Apr 29, 2026
document-reviewer
proofreaders-and-copy-markers-439081

Reviews technical documents for clarity, completeness, and consistency. Identifies gaps, ambiguities, and structural issues. Use when asked to review, critique, or provide feedback on a document before sharing or publishing.

Apr 21, 2026
document-summarizer
proofreaders-and-copy-markers-439081

Summarizes technical documents, RFCs, design specs, and long-form content into structured, actionable summaries with key decisions, open questions, and action items. Use when asked to summarize, condense, or extract highlights from a document.

Apr 21, 2026
hello-world
software-developers

A simple example skill that greets the user. Use this as a template for creating new skills.

Apr 21, 2026
analyzing-kubernetes-security-posture
information-security-analysts

Analyzes Kubernetes manifests for security posture, threat modeling, and attack path identification. Use when reviewing manifests for security risks beyond simple lint checks. This skill identifies compound vulnerabilities where multiple misconfigurations…

Mar 16, 2026
k8s-lint-validator
software-developers

Runs comprehensive Kubernetes manifest linting with kube-linter, kubeconform, and pluto. This skill should be used when the user wants to validate K8s manifests. Validations can include best practices, schema correctness, deprecated APIs, and security issues.…

Mar 16, 2026
mapping-kubernetes-compliance-controls
information-security-analysts

Use when validating Kubernetes manifests against compliance frameworks (CIS Kubernetes Benchmark, Pod Security Standards, PCI-DSS, HIPAA, SOC2, NIST). Use when generating compliance reports, audit evidence, or mapping controls to regulatory requirements. Use…

Mar 16, 2026
reasoning-about-kubernetes-cost-reliability
network-and-computer-systems-administrators

Use when reviewing Kubernetes manifests for resource cost implications, overprovisioning waste, reliability gaps (single replica, no PDB, missing anti-affinity), or cost-vs-reliability tradeoff decisions. Use when someone asks "how much does this cost?" or…

Mar 16, 2026
validating-cross-resource-consistency
software-developers

Use when reviewing, creating, or modifying Kubernetes manifests that contain multiple resources. Use when Services, Deployments, ConfigMaps, Secrets, RBAC resources, Ingress, Routes, or NetworkPolicies appear together. Use when manifests reference other…

Mar 16, 2026
validating-kubernetes-intent-and-architecture
software-developers

Use when reviewing Kubernetes manifests to validate design intent and architectural decisions. Use when manifests contain unexplained port exposure, single-replica production deployments, multi-container Pods, unusual update strategies, or any configuration…

Mar 16, 2026
Showing 12 of 14 repositories