Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
$pwd:
oracle
GitHub creator profile

oracle

Repository-level view of 41 collected skills across 7 GitHub repositories, including approximate occupation coverage.

skills collected
41
repositories
7
occupation fields
1
updated
2026-05-19
occupation focus
Major fields detected across this creator.
repository explorer

Repositories and representative skills

#001
graalvm-reachability-metadata
10 skills459120updated 2026-05-19
24% of creator
review-library-update-request
Analystes en assurance qualité des logiciels et testeurs

Review pull requests with the `library-update-request` label in graalvm-reachability-metadata. Use when asked to review or triage a PR that updates metadata/tests for an existing library version, especially generated PRs titled like `[GenAI] Improve coverage for group:artifact:version using gpt-5.5`. Focus on preserving dynamic-access coverage percentage between versions, verifying reporter-requested metadata is present and exercised by tests, and applying the relevant test/scope rules from new-library reviews without requiring a minimum new-library dynamic-access coverage threshold.

2026-05-19
review-library-bulk-update
Analystes en assurance qualité des logiciels et testeurs

Review automated pull requests with the `library-bulk-update` label in graalvm-reachability-metadata. Use when asked to review or triage a PR that bumps tested versions for existing libraries, including approve vs close decisions, CI checks, diff-scope validation, and verification of `source-code-url`, `test-code-url`, `documentation-url`, and `repository-url` changes.

2026-05-18
review-library-new-request
Analystes en assurance qualité des logiciels et testeurs

Review pull requests with the `library-new-request` label in graalvm-reachability-metadata. Use when asked to review or triage a PR that adds metadata and tests for a new library, including PRs titled like `[GenAI] Add support for com.fasterxml:classmate:1.5.1 using gpt-5.4`. Focus on catching scaffold-only tests, version-pinned or package-bypassing tests, and PRs that push more than one library.

2026-05-05
close-human-intervention-and-failing-ci-prs
Développeurs de logiciels

Close batches of graalvm-reachability-metadata pull requests that either have the `human-intervention` label or failing CI, and revert their linked issues by clearing assignees and moving project status to `Todo`.

2026-05-03
ipr
Développeurs de logiciels

Create a GitHub issue and pull request in oracle/graalvm-reachability-metadata, link the PR to the issue, and request reviews from the standard reviewer set except the PR author.

2026-05-03
review-fixes-java-run-fail
Analystes en assurance qualité des logiciels et testeurs

Review pull requests with the `fixes-java-run-fail` label in graalvm-reachability-metadata. Use when asked to review or triage a PR described as `fixes-java-run-fail` or one that fixes Java/JVM runtime test failures for an existing library version update. Focus on validating the Java runtime fix, keeping the diff scoped, and ensuring dynamic-access coverage does not drop between the previously tested version and the new version.

2026-04-30
review-fixes-javac-fail
Analystes en assurance qualité des logiciels et testeurs

Review pull requests with the `fixes-javac-fail` label in graalvm-reachability-metadata. Use when asked to review or triage a PR that fixes Java compilation failures for an existing library version update. Focus on validating the compile fix, keeping the diff scoped, and ensuring dynamic-access coverage does not drop between the previously tested version and the new version.

2026-04-30
review-fixes-native-image-run-fail
Analystes en assurance qualité des logiciels et testeurs

Review pull requests with the `fixes-native-image-run-fail` label in graalvm-reachability-metadata. Use when asked to review or triage a PR that fixes a native-image runtime failure for an existing library version update. Focus on validating the runtime/native fix, keeping the diff scoped, and ensuring dynamic-access coverage does not drop between the previously tested version and the new version.

2026-04-30
Showing top 8 of 10 collected skills in this repository.
#002
graalpython
8 skills1.6k152updated 2026-05-11
20% of creator
third-party-package-patches
Développeurs de logiciels

Create or update GraalPy third-party package compatibility patches under graalpython/lib-graalpython/patches, including PyPI source preparation, rebasing existing patches, metadata.toml updates, license checks, version-range validation, and verify_patches.py validation.

2026-05-11
rota-bench-regression-analysis
Développeurs de logiciels

Analyze recent GraalPy benchmark regressions on `master` as part of the weekly rota. Use when asked to analyze benchmarks for rota.

2026-05-06
rota-check-periodic-jobs
Développeurs de logiciels

Analyze current GraalPy periodic job failures for ROTA. Use when asked to triage, summarize, or plan work for current periodic job failures, starting from scripts/rota_ci_failures.py output, validating linked Jira issues, inspecting logs, forming hypotheses, reproduction commands, and implementation order.

2026-04-29
github-pr-mirror
Développeurs de logiciels

Mirror an external GitHub pull request into the internal GraalPython Bitbucket review flow, including OCA label checks, Jira creation or reuse, preserving PR commits, pre-commit cleanup, and handoff to the shared GraalPython Bitbucket PR flow for PR creation, Graal Bot tasks, gates, and fixes.

2026-04-29
graalpython-bitbucket-pr
Développeurs de logiciels

Create or continue a GraalPython Bitbucket pull request and drive it through Graal Bot tasks, gate start, gate monitoring, failure investigation, fixes, pushes, and gate reruns. Use after a branch is ready for internal GraalPython review, or when an automation command has already created the PR and the remaining work is task cleanup and gate follow-up.

2026-04-29
rota-update-import
Développeurs de logiciels

Run the GraalPy ROTA import update workflow. Use when asked to refresh imports, create the standard Graal import update pull request, inspect generated commits, and hand off to the shared GraalPython Bitbucket PR flow for tasks, gates, and failure fixes.

2026-04-29
pr-gate-check
Analystes en assurance qualité des logiciels et testeurs

Check gate status for a Bitbucket PR by resolving the PR head commit, finding the gate merge commit, inspecting builds on that merge commit, and summarizing root-cause failures with actionable next steps.

2026-04-14
jira
Développeurs de logiciels

Deal with Jira tickets autonomously

2026-03-25
#003
accelerated-data-science
8 skills12665updated 2026-02-28
20% of creator
aqua-cli
Scientifiques des données

Complete CLI reference for the ADS AQUA command-line interface (ads aqua). Covers all model, deployment, evaluation, and fine-tuning commands with full parameter documentation. Triggered when user asks about CLI commands, wants to run AQUA operations from terminal, or needs command syntax.

2026-02-28
aqua-deployment
Développeurs de logicielsAdministrateurs de réseaux et de systèmes informatiques

Deploy LLM models on OCI using AI Quick Actions (AQUA) - single model, multi-model, stacked (LoRA), with GPU shape selection, vLLM configuration, streaming, and tool calling. Triggered when user wants to deploy, update, or manage model deployments.

2026-02-28
aqua-evaluation
Scientifiques des données

Evaluate LLM model quality using BERTScore, ROUGE, Perplexity, and Text Readability metrics on OCI AI Quick Actions (AQUA). Covers dataset preparation, evaluation job creation, and report interpretation. Triggered when user wants to evaluate or benchmark a model.

2026-02-28
aqua-finetuning
Scientifiques des données

Fine-tune LLM models using LoRA on OCI AI Quick Actions (AQUA). Covers dataset preparation (instruction, conversational, multimodal, tokenized formats), hyperparameter tuning, distributed training, and training metrics. Triggered when user wants to fine-tune or customize a model.

2026-02-28
aqua-metrics
Scientifiques des donnéesAdministrateurs de réseaux et de systèmes informatiques

Set up Prometheus and Grafana monitoring for AQUA vLLM model deployments on OCI. Covers the signing proxy, container registry setup, OCI Container Instance deployment, and PromQL dashboards. Triggered when user wants to monitor LLM deployments, view TTFT/latency/throughput metrics, or set up observability for AQUA.

2026-02-28
aqua-model-lifecycle
Scientifiques des données

Register, list, get, and manage LLM models in OCI AI Quick Actions (AQUA) using the ADS SDK. Triggered when user wants to import models from HuggingFace or Object Storage, browse available models, or manage model catalog entries.

2026-02-28
aqua-troubleshooting
Administrateurs de réseaux et de systèmes informatiques

Diagnose and fix OCI AI Quick Actions (AQUA) issues including deployment failures, OOM errors, authorization problems, capacity issues, container errors, and policy misconfigurations. Triggered when user encounters errors or needs help debugging AQUA workflows.

2026-02-28
oci-data-science
Scientifiques des donnéesDéveloppeurs de logiciels

OCI Data Science service patterns including Jobs, Pipelines, Model Catalog, authentication, and the ADS SDK beyond AQUA. Triggered when user asks about OCI Data Science Jobs, ML Pipelines, model artifacts, conda environments, or general ADS SDK usage.

2026-02-28
#004
netsuite-suitecloud-sdk
7 skills28590updated 2026-05-19
17% of creator
netsuite-owasp-secure-coding
Analystes en sécurité de l'information

Platform-agnostic OWASP secure coding practices with JavaScript/Node.js patterns and NetSuite SuiteScript examples. Covers Open Worldwide Application Security Project (OWASP) Top 10 (2021), output encoding, injection prevention, CSP headers, file security, API hardening, AI agent security, DRY security patterns, and 48+ security pitfalls with GOOD/BAD code templates.

2026-05-19
netsuite-suitescript-records-reference
Développeurs de logiciels

SuiteScript records and fields reference. Look up field IDs, types, required status, and search capabilities for all 272 NetSuite record types. Use this when building SuiteScript to ensure correct field usage.

2026-05-07
netsuite-suitescript-upgrade
Développeurs de logiciels

SuiteScript 1.0, 2.0, and 2.x to 2.1 migration assistant. Analyzes, converts, explains, and validates script upgrades. Covers 125+ API mappings, 34 object conversions, 13 unmapped API workarounds, all script type entry point changes, SuiteScript 2.0/2.x to 2.1 upgrade guidance, and 16 categories of breaking behavioral changes. Essential for modernizing legacy SuiteScript codebases.

2026-04-30
netsuite-ai-connector-instructions
Développeurs de logiciels

NetSuite Intelligence skill — teaches AI the correct tool selection order, output formatting, domain knowledge, multi-subsidiary and currency handling, and SuiteQL safety checklist for any AI + NetSuite AI Service Connector session.

2026-04-30
netsuite-sdf-roles-and-permissions
Développeurs de logiciels

Use when generating or reviewing NetSuite SDF permission configurations such as customrole XML, script deployment permissions, permkey values, permlevel choices, run-as role design, and least-privilege access. Confirms exact ADMI_ / LIST_ / REGT_ / REPO_ / TRAN_ permission IDs, distinguishes standard permissions from customrecord_* script IDs, and validates permissions against bundled NetSuite reference data.

2026-04-30
netsuite-sdf-project-documentation
Développeurs de logiciels

Generate enterprise-grade documentation for NetSuite SDF projects. Analyze scripts, object XML files, `manifest.xml`, and SuiteQL queries to produce README.md, architecture diagrams (Mermaid/ASCII), deployment guides, and troubleshooting tables. Can integrate with post-deployment documentation workflows when automation (for example, hooks) is available.

2026-04-17
netsuite-uif-spa-reference
Développeurs de logiciels

Use when building, modifying, or debugging NetSuite UIF SPA components. Provides API/type lookup for `@uif-js/core` and `@uif-js/component` (constructors, methods, props, enums, hooks, and component options).

2026-04-16
#005
skills
4 skills608151updated 2026-05-14
9.8% of creator
#006
graal
3 skills21.6k1.8kupdated 2026-04-27
7.3% of creator
#007
agent-spec
1 skills35747updated 2026-05-15
2.4% of creator
7 sur 7 depots affiches
Tous les depots sont affiches