Skip to main content
redhat-et
ملف منشئ GitHub

redhat-et

عرض على مستوى المستودعات لـ ٩٤ skills مجمعة عبر ١٤ مستودعات GitHub.

skills مجمعة
٩٤
مستودعات
١٤
محدث
١٧ سبتمبر ٢٠٢٦
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

#01
ripwire
١٩ skills · ١٧ سبتمبر ٢٠٢٦
التصنيف قيد الانتظار
٢٠٪؜الحصة
#02
physical-ai-platform-intel
١٢ skills · ٩ يوليو ٢٠٢٦
محللو أبحاث السوق ومتخصصو التسويقمطوّرو البرمجيات
٢ فئات مهنية · ١٠٠٪؜ مصنفة
١٣٪؜الحصة
#03
rhdp-rca-plugin
١٠ skills · ٢١ يوليو ٢٠٢٦
مديرو الشبكات وأنظمة الحاسوبمحللو ضمان جودة البرمجيات والمختبرونمحللو أمن المعلوماتمطوّرو البرمجيات
٤ فئات مهنية · ١٠٠٪؜ مصنفة
١١٪؜الحصة
#04
ProtoBot
٧ skills · ١٤ سبتمبر ٢٠٢٦
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجيات
٢ فئات مهنية · ٤٣٪؜ مصنفة
٧٫٤٪؜الحصة
#05
docsclaw
٧ skills · ٢٣ أغسطس ٢٠٢٦
ضباط الامتثالمتخصصو الموارد البشريةمحللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجياتموظفو المراسلاتموظفو المكاتب العامون
٧ فئات مهنية · ١٠٠٪؜ مصنفة
٧٫٤٪؜الحصة
#06
physical-ai-skills
٧ skills · ٤ أغسطس ٢٠٢٦
مطوّرو البرمجياتعلماء البيانات
٢ فئات مهنية · ١٠٠٪؜ مصنفة
٧٫٤٪؜الحصة
#07
skillimage
٦ skills · ٢٩ أبريل ٢٠٢٦
مدقّقو النصوص ومحرّروهاأمناء سر المدراء والمساعدون الإداريون التنفيذيونالسكرتيرون والمساعدون الإداريون (باستثناء القانوني والطبي والتنفيذي)محللو الإدارةمطوّرو البرمجياتممثلو خدمة العملاء
٦ فئات مهنية · ١٠٠٪؜ مصنفة
٦٫٤٪؜الحصة
#08
gitops-manifest-validator
٦ skills · ١٦ مارس ٢٠٢٦
مطوّرو البرمجياتمحللو أمن المعلوماتمديرو الشبكات وأنظمة الحاسوب
٣ فئات مهنية · ١٠٠٪؜ مصنفة
٦٫٤٪؜الحصة
نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

المستودعات و skills الممثلة

ripwire-mcp
غير مصنف

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,…

١٧ سبتمبر ٢٠٢٦
ripwire-find-bug
غير مصنف

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' →…

١٤ سبتمبر ٢٠٢٦
ripwire-fresh-eyes
غير مصنف

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,…

١٤ سبتمبر ٢٠٢٦
ripwire-navigate
غير مصنف

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 →…

١٤ سبتمبر ٢٠٢٦
ripwire-orient
غير مصنف

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…

١٤ سبتمبر ٢٠٢٦
ripwire-security-scan
غير مصنف

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…

١٤ سبتمبر ٢٠٢٦
ripwire-change-check
غير مصنف

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 →…

١٣ سبتمبر ٢٠٢٦
ripwire-router
غير مصنف

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…

١٣ سبتمبر ٢٠٢٦
عرض 8 من أصل ١٩ skills مجمعة.
عرض 8 من أصل ١٢ skills مجمعة.
root-cause-analysis
مديرو الشبكات وأنظمة الحاسوب

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…

٢١ يوليو ٢٠٢٦
rca-annotator
محللو ضمان جودة البرمجيات والمختبرون

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

١٣ أبريل ٢٠٢٦
feedback-capture
محللو ضمان جودة البرمجيات والمختبرون

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

٢٦ مارس ٢٠٢٦
root-cause-analysis
محللو أمن المعلومات

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…

٢٤ مارس ٢٠٢٦
root-cause-analysis
مديرو الشبكات وأنظمة الحاسوب

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…

٢٤ مارس ٢٠٢٦
root-cause-analysis
مديرو الشبكات وأنظمة الحاسوب

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…

٢٤ مارس ٢٠٢٦
incident-investigator
مديرو الشبكات وأنظمة الحاسوب

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,…

١٧ مارس ٢٠٢٦
context-fetcher
مديرو الشبكات وأنظمة الحاسوب

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.…

١٧ مارس ٢٠٢٦
عرض 8 من أصل ١٠ skills مجمعة.
board-tidy
غير مصنف

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.

١٤ سبتمبر ٢٠٢٦
issue-audit
غير مصنف

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.

١٤ سبتمبر ٢٠٢٦
issue-sync
غير مصنف

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.

١٤ سبتمبر ٢٠٢٦
eliciting-requirements
غير مصنف

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…

١١ سبتمبر ٢٠٢٦
pull-request
محللو ضمان جودة البرمجيات والمختبرون

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

٩ سبتمبر ٢٠٢٦
review-pr
محللو ضمان جودة البرمجيات والمختبرون

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".

٨ سبتمبر ٢٠٢٦
rebase-pr
مطوّرو البرمجيات

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

٣١ أغسطس ٢٠٢٦
datasets
علماء البيانات

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.

٤ أغسطس ٢٠٢٦
deploy-checkpoint
مطوّرو البرمجيات

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

٤ أغسطس ٢٠٢٦
deploy-model
مطوّرو البرمجيات

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.

٤ أغسطس ٢٠٢٦
fine-tuning
مطوّرو البرمجيات

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."

٤ أغسطس ٢٠٢٦
model-specs
مطوّرو البرمجيات

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…

٤ أغسطس ٢٠٢٦
models
مطوّرو البرمجيات

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.

٤ أغسطس ٢٠٢٦
new-model-runtime
مطوّرو البرمجيات

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…

٣ أغسطس ٢٠٢٦
briefing-builder
محللو الإدارة

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.

٢٩ أبريل ٢٠٢٦
email-drafter
ممثلو خدمة العملاءالسكرتيرون والمساعدون الإداريون (باستثناء القانوني والطبي والتنفيذي)

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

٢٩ أبريل ٢٠٢٦
meeting-notes-processor
أمناء سر المدراء والمساعدون الإداريون التنفيذيون

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.

٢٩ أبريل ٢٠٢٦
document-reviewer
مدقّقو النصوص ومحرّروها

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.

٢١ أبريل ٢٠٢٦
document-summarizer
مدقّقو النصوص ومحرّروها

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.

٢١ أبريل ٢٠٢٦
hello-world
مطوّرو البرمجيات

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

٢١ أبريل ٢٠٢٦
analyzing-kubernetes-security-posture
محللو أمن المعلومات

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…

١٦ مارس ٢٠٢٦
k8s-lint-validator
مطوّرو البرمجيات

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.…

١٦ مارس ٢٠٢٦
mapping-kubernetes-compliance-controls
محللو أمن المعلومات

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…

١٦ مارس ٢٠٢٦
reasoning-about-kubernetes-cost-reliability
مديرو الشبكات وأنظمة الحاسوب

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…

١٦ مارس ٢٠٢٦
validating-cross-resource-consistency
مطوّرو البرمجيات

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…

١٦ مارس ٢٠٢٦
validating-kubernetes-intent-and-architecture
مطوّرو البرمجيات

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…

١٦ مارس ٢٠٢٦
عرض ١٢ من أصل ١٤ مستودعات