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

Scylla

يحتوي Scylla على 82 من skills المجمعة من HomericIntelligence، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
82
Stars
11
محدث
2026-02-16
Forks
2
التغطية المهنية
5 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

agent-run-orchestrator
مطوّرو البرمجيات

Run section orchestrators to coordinate multi-component workflows. Use when starting work on a section.

2026-02-16
agent-validate-config
مطوّرو البرمجيات

Validate agent YAML frontmatter and configuration. Use before committing agent changes or in CI.

2026-02-16
gh-reply-review-comment
مطوّرو البرمجيات

Reply to PR review comments using the correct GitHub API endpoint. Use when responding to inline code review feedback (not gh pr comment).

2026-02-16
mojo-test-runner
محللو ضمان جودة البرمجيات والمختبرون

Run Mojo tests using mojo test command. Use when executing tests or verifying test coverage.

2026-02-16
track-implementation-progress
متخصصو إدارة المشاريع

Track implementation progress against plan. Use to monitor component delivery and identify blockers.

2026-02-13
agent-coverage-check
مطوّرو البرمجيات

Check agent configuration coverage across hierarchy levels and phases. Use to ensure complete agent system coverage.

2026-02-08
agent-hierarchy-diagram
مطوّرو البرمجيات

Generate visual hierarchy diagrams of agent system showing levels and delegation. Use for documentation or onboarding.

2026-02-08
agent-test-delegation
محللو ضمان جودة البرمجيات والمختبرون

Test agent delegation patterns to verify hierarchy and escalation paths. Use after modifying agent structure.

2026-02-08
analyze-ci-failure-logs
مطوّرو البرمجيات

Parse and analyze CI failure logs to identify root causes and error patterns. Use when CI builds fail to understand what broke.

2026-02-08
analyze-simd-usage
مطوّرو البرمجيات

Analyze SIMD usage opportunities in Mojo code. Use to find performance optimization opportunities.

2026-02-08
build-run-local
مطوّرو البرمجيات

Run local builds with proper environment setup. Use when building code locally to verify changes before pushing.

2026-02-08
check-memory-safety
مطوّرو البرمجيات

Check Mojo code for memory safety issues (ownership violations, use-after-free, etc.). Use to catch memory bugs.

2026-02-08
create-review-checklist
محللو ضمان جودة البرمجيات والمختبرون

Generate review checklists for different change types. Use to customize review focus based on what was changed.

2026-02-08
doc-generate-adr
مطوّرو البرمجيات

Generate Architecture Decision Records (ADRs) to document significant architectural decisions. Use when making important technical decisions that need documentation.

2026-02-08
doc-issue-readme
مطوّرو البرمجيات

Post structured documentation to GitHub issue as a comment. Use when starting work on an issue to document approach and track progress.

2026-02-08
doc-update-blog
مطوّرو البرمجيات

Update development blog with implementation milestones, learnings, and progress. Use after completing major milestones or phases.

2026-02-08
doc-validate-markdown
مطوّرو البرمجيات

Validate markdown files for formatting, links, and style compliance using markdownlint. Use before committing documentation changes.

2026-02-08
extract-test-failures
محللو ضمان جودة البرمجيات والمختبرون

Extract and summarize test failures from logs. Use to quickly understand what tests failed and why.

2026-02-08
fix-ci-failures
مطوّرو البرمجيات

Diagnose and fix CI/CD failures by analyzing logs, reproducing locally, and applying fixes. Use when CI checks fail on pull requests.

2026-02-08
generate-fix-suggestions
محللو ضمان جودة البرمجيات والمختبرون

Generate fix suggestions based on error patterns and best practices. Use when analyzing failures to get actionable remediation steps.

2026-02-08
gh-batch-merge-by-labels
مطوّرو البرمجيات

Batch merge multiple PRs by label (e.g., all 'ready-to-merge' PRs). Use when you have multiple approved PRs to merge.

2026-02-08
gh-check-ci-status
مطوّرو البرمجيات

Check CI/CD status of a pull request including workflow runs and test results. Use when verifying if PR checks are passing or investigating CI failures.

2026-02-08
gh-create-pr-linked
مطوّرو البرمجيات

Create a pull request properly linked to a GitHub issue using gh pr create --issue. Use when creating a PR that implements or addresses a specific issue.

2026-02-08
gh-fix-pr-feedback
مطوّرو البرمجيات

Address PR review feedback by making changes and replying to comments. Use when a PR has open review comments needing responses.

2026-02-08
gh-get-review-comments
مطوّرو البرمجيات

Retrieve all review comments from a pull request using the GitHub API. Use when you need to see what feedback has been provided on a PR.

2026-02-08
gh-implement-issue
مطوّرو البرمجيات

End-to-end implementation workflow for a GitHub issue from planning through PR creation. Use when starting work on an issue from scratch.

2026-02-08
gh-post-issue-update
مطوّرو البرمجيات

Post structured updates to GitHub issues. Use to report progress, findings, and implementation notes directly to issues.

2026-02-08
gh-read-issue-context
مطوّرو البرمجيات

Read context from GitHub issue including body and comments. Use before starting implementation work or when prior context is needed.

2026-02-08
gh-review-pr
محللو ضمان جودة البرمجيات والمختبرون

Comprehensively review a pull request including code changes, CI status, and adherence to project standards. Use when asked to review a PR.

2026-02-08
install-workflow
مطوّرو البرمجيات

Create GitHub Actions workflows for automated package building and distribution. Use in package phase to automate .mojopkg building and release creation.

2026-02-08
mojo-build-package
مطوّرو البرمجيات

Build Mojo packages (.mojopkg files) for distribution. Use when creating distributable libraries or during packaging phase.

2026-02-08
mojo-format
مطوّرو البرمجيات

Format Mojo code using mojo format command. Use when preparing code for commit or when formatting checks fail.

2026-02-08
mojo-lint-syntax
مطوّرو البرمجيات

Validate Mojo syntax against current v0.26.1+ standards. Use to catch syntax errors before compilation.

2026-02-08
mojo-memory-check
مطوّرو البرمجيات

Verify memory safety in Mojo code including ownership, borrowing, and lifetime management. Use when reviewing code or debugging memory issues.

2026-02-08
mojo-simd-optimize
مطوّرو البرمجيات

Apply SIMD optimizations to Mojo code for parallel computation. Use when optimizing performance-critical tensor and array operations.

2026-02-08
mojo-type-safety
مطوّرو البرمجيات

Validate type safety in Mojo code including parametric types and trait constraints. Use during code review or when type errors occur.

2026-02-08
phase-cleanup
مطوّرو البرمجيات

Refactor and finalize code after parallel phases complete, addressing technical debt. Use in cleanup phase to polish code before merge.

2026-02-08
phase-implement
مطوّرو البرمجيات

Coordinate implementation phase by delegating tasks and ensuring code quality. Use during implementation phase to manage engineer tasks.

2026-02-08
phase-package
مطوّرو البرمجيات

Create distributable packages including .mojopkg files and archives. Use during package phase to prepare components for distribution.

2026-02-08
phase-plan-generate
مطوّرو البرمجيات

Generate comprehensive plan documentation following Template 1 format. Use when creating plan.md files for new components or subsections.

2026-02-08
عرض أهم 40 من أصل 82 skills مجمعة في هذا المستودع.