Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

agentic-starter-kits-skills

يحتوي agentic-starter-kits-skills على 14 من skills المجمعة من red-hat-data-services، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
14
Stars
0
محدث
2026-07-09
Forks
1
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

deploy-agents
مديرو الشبكات وأنظمة الحاسوب

Deploy agents to OpenShift with auto-detected cluster config and refresh MLflow tracking tokens.

2026-07-09
add-integration-tests
محللو ضمان جودة البرمجيات والمختبرون

Add integration deployment tests (health-check on OpenShift) to any agent in the agentic-starter-kits repo — standard, external-registry, or pre-deployed. Creates conftest.py, test_deployment.py, __init__.py, adds test-integration Makefile target, and updates the CI workflow matrix. Use when implementing integration tests, deployment tests, or health-check tests for a new agent.

2026-07-08
fit-check
مطوّرو البرمجيات

Validate whether a new agent template or example belongs in the agentic-starter-kits repo. Two modes: idea mode (interactive questionnaire, no code yet) or existing agent mode (auto-extract from code). Produces a GitHub Discussion draft with fit score and recommendations. Use when proposing a new agent, reviewing an existing contribution's fit, or before writing code for a new template.

2026-06-30
add-behavioral-tests
محللو ضمان جودة البرمجيات والمختبرون

Add behavioral testing (pytest + EvalHub) to an agent in the agentic-starter-kits repo. Covers runner compatibility, test files, golden queries, thresholds, EvalHub fixture, Containerfile, docs, and MLflow tracing verification. Use when implementing behavioral tests for a new agent or when the user mentions btest, behavioral tests, eval coverage, or test harness integration.

2026-06-22
add-manual-tracing
مطوّرو البرمجيات

Adds manual MLflow trace wrapping for tool and agent spans in Level B and C agents where autolog doesn't cover everything.

2026-06-15
check-autolog-support
مطوّرو البرمجيات

Researches and classifies a framework's MLflow autolog support level (A, B, or C) to determine what manual tracing is needed.

2026-06-15
create-tracing-module
مطوّرو البرمجيات

Creates the tracing.py module with enable_tracing(), health check, and framework-specific autolog configuration.

2026-06-15
integrate-tracing
مطوّرو البرمجيات

Orchestrates end-to-end MLflow tracing integration into an agent template, coordinating all sub-skills from research through verification.

2026-06-15
kagenti-deploy
مطوّرو البرمجيات

Deploy A2A-compliant agents to OpenShift/Kubernetes with kagenti integration. Use this skill when the user wants to deploy an agent with kagenti, mentions "kagenti deployment", "A2A agent deployment", "Agent Runtime", "Agent Card", or asks to deploy an agent that should be visible in kagenti UI. Also use when they mention the /.well-known/agent-card.json or /.well-known/agents.json endpoints, or ask about agent discovery and cataloging in OpenShift.

2026-06-15
review-tracing-code
محللو ضمان جودة البرمجيات والمختبرون

Reviews tracing integration code for correctness against the repo's established patterns and checklists.

2026-06-15
test-tracing
محللو ضمان جودة البرمجيات والمختبرون

Tests MLflow tracing end-to-end by starting servers, sending requests, and verifying spans appear correctly in the MLflow API.

2026-06-15
verify-traces
محللو ضمان جودة البرمجيات والمختبرون

Verifies tracing works correctly after integration by running both code review and live trace testing.

2026-06-15
wire-into-lifespan
مطوّرو البرمجيات

Wires enable_tracing() into the FastAPI lifespan and adds manual trace wrapping imports to main.py.

2026-06-15
run-behavioral-tests
محللو ضمان جودة البرمجيات والمختبرون

Run and validate behavioral tests (pytest + EvalHub E2E) for an agent in the agentic-starter-kits repo. Executes pytest with MLflow enrichment, verifies trace structure, runs EvalHub E2E, cross-agent consistency check, and generates a validation report. Use when running behavioral tests, validating btest setup, or re-running validation after fixes.

2026-06-12