Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
redhat-community-ai-tools
Perfil de creador de GitHub

redhat-community-ai-tools

Vista por repositorio de 95 skills recopiladas en 9 repositorios de GitHub.

skills recopiladas
95
repositorios
9
actualizado
2026-07-19
mapa de repositorios

Dónde viven las skills

Repositorios principales por número de skills recopiladas, con su participación en este catálogo del creador y su variedad ocupacional.

#01
claude-plugins
42 skills · 2026-07-14
Desarrolladores de softwareAdministradores de redes y sistemas informáticosEspecialistas en gestión de proyectosSecretarios y asistentes administrativos (excepto legal, médico y ejecutivo)Analistas de garantía de calidad de software y probadoresAnalistas de seguridad de la información
8 categorías ocupacionales · 100% clasificado
44%participación
#02
qualityflow
23 skills · 2026-07-07
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadores
2 categorías ocupacionales · 100% clasificado
24%participación
#03
harness-eval
13 skills · 2026-07-19
Analistas de garantía de calidad de software y probadoresDesarrolladores de softwareAnalistas de seguridad de la información
3 categorías ocupacionales · 100% clasificado
14%participación
#04
UnifAI
10 skills · 2026-07-07
Desarrolladores de software
1 categorías ocupacionales · 100% clasificado
11%participación
#05
ci-failure-tracker
3 skills · 2026-06-28
Desarrolladores de software
1 categorías ocupacionales · 100% clasificado
3.2%participación
#06
slack-mcp
1 skills · 2026-04-10
Administradores de redes y sistemas informáticos
1 categorías ocupacionales · 100% clasificado
1.1%participación
#07
quarterly-mcp-server
1 skills · 2026-04-13
Secretarios ejecutivos y asistentes administrativos de dirección
1 categorías ocupacionales · 100% clasificado
1.1%participación
#08
cicaddy-action
1 skills · 2026-05-22
Desarrolladores de software
1 categorías ocupacionales · 100% clasificado
1.1%participación
Aquí se muestran los 8 repositorios principales; la lista completa continúa abajo.
explorador de repositorios

Repositorios y skills representativas

report-bug
Especialistas en gestión de proyectos

Report a bug in Jira without fixing it — creates a Bug ticket with proper description, links it to an epic, and assigns it. Use when the user says 'report a bug', 'file a bug', 'log a bug', 'open a bug ticket', or wants to track a bug without immediately writing a fix.

2026-07-14
openshift-cluster-upgrade
Administradores de redes y sistemas informáticos

Plan and troubleshoot OpenShift cluster upgrades with focus on irreversibility, upgrade-path validation, and stuck-upgrade diagnosis.

2026-06-07
openshift-debugging
Administradores de redes y sistemas informáticos

Diagnose OpenShift cluster issues using layered triage, failure-mode classification, and prioritized diagnostic workflows.

2026-06-07
openshift-node-operations
Administradores de redes y sistemas informáticos

Node lifecycle management with focus on safe drain procedures, automated-vs-manual infrastructure decisions, and node failure diagnosis.

2026-06-07
openshift-operator-troubleshooting
Administradores de redes y sistemas informáticos

Diagnose degraded cluster operators and failing OLM operators using status-triple analysis, CSV lifecycle debugging, and OLM component triage.

2026-06-07
dci-mcp-management
Desarrolladores de software

Manage DCI jobs, components, Jira tickets, GitHub/GitLab issues, Red Hat support cases, and Google Drive docs via the dci-mcp-server MCP integration

2026-06-03
gws-drive-upload
Desarrolladores de software

Google Drive: Upload a file with automatic metadata.

2026-06-03
gws-shared
Desarrolladores de software

gws CLI: Shared patterns for authentication, global flags, and output formatting.

2026-06-03
Mostrando las 8 principales de 42 skills recopiladas en este repositorio.
Mostrando las 8 principales de 23 skills recopiladas en este repositorio.
eval-skill
Analistas de garantía de calidad de software y probadores

Deep-evaluate a single skill with static analysis and qualitative issue detection, both individually and in context of the full setup. Use when the user wants to check if a specific skill is worth keeping, well-built, or redundant.

2026-07-19
lint
Analistas de garantía de calidad de software y probadores

Run deterministic static analysis on the full agent setup (CLAUDE.md, skills, commands, hooks, agents, MCP configs). 64 rules + system-level analysis (token budget, trigger overlaps, dependencies). No LLM. Use when the user wants a fast lint check, CI gate, or structural health report.

2026-07-19
review
Analistas de garantía de calidad de software y probadores

Full qualitative review of the agent setup. Reads every file, applies per-component rubrics, runs 21 cross-type optimization checks, and produces KEEP/REVIEW/REMOVE verdicts. Use when the user wants a deep review, redundancy check, or quality assessment of their setup.

2026-07-19
security
Analistas de seguridad de la información

Deep security audit of the agent setup. Runs all deterministic security rules (prompt injection, credential access, data exfiltration, obfuscation, reverse shells, AST behavioral analysis, taint tracking, MCP permission analysis, tool poisoning, YARA signatures, CVE lookups) plus LLM-based semantic security review. Use when the user asks about security, safety, wants to audit their setup, or needs a pre-deployment security check.

2026-07-19
injection-skill
Analistas de garantía de calidad de software y probadores

A skill that contains injection patterns for testing

2026-07-09
code-review
Analistas de garantía de calidad de software y probadores

Review code for issues

2026-07-07
lint-check
Desarrolladores de software

Run lint checks on the codebase

2026-07-07
code-review
Analistas de garantía de calidad de software y probadores

Review code changes for bugs, style issues, and best practices. Use when the user asks for a code review or before merging.

2026-06-16
Mostrando las 8 principales de 13 skills recopiladas en este repositorio.
mas-knowledge
Desarrolladores de software

MAS domain knowledge — architecture, component routing, rules, recipes. Use when working on any file under multi-agent/.

2026-07-07
codebase-overview
Desarrolladores de software

Project overview and domain routing table for the UnifAI monorepo. Each domain has its own skill with `paths` scoping for auto-surfacing when editing relevant files.

2026-07-07
architecture-review-techniques
Desarrolladores de software

Deep investigation techniques for architecture reviews — import chain tracing, constructor audits, error propagation, cross-reference validation, test hygiene. Load during pipeline reviews or detailed architectural analysis.

2026-06-17
backend-knowledge
Desarrolladores de software

Domain knowledge for the Platform Backend service. Admin config, platform API, and core orchestration. Use when working on files under backend/.

2026-06-17
celery-knowledge
Desarrolladores de software

Domain knowledge for the Celery worker service. Async task execution for RAG pipeline processing. Shares codebase with rag/ — see RAG domain for core logic.

2026-06-17
global-utils-knowledge
Desarrolladores de software

Domain knowledge for the global_utils shared Python library. Provides cross-service utilities: config, Redis, ports, helpers, embedding, Flask, and Celery app setup. Use when working on files under global_utils/.

2026-06-17
identity-knowledge
Desarrolladores de software

Domain knowledge for the Identity & Authentication service. Covers auth, teams, OAuth, SSO, and access control. Use when working on files under shared-resources/identity/.

2026-06-17
rag-knowledge
Desarrolladores de software

RAG domain knowledge — architecture, component routing, rules, and reference tables. Use when working on any file under rag/.

2026-06-17
Mostrando las 8 principales de 10 skills recopiladas en este repositorio.
Mostrando 9 de 9 repositorios
Todos los repositorios cargados