Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

oli-torus

oli-torus contient 6 skills collectées depuis Simon-Initiative, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
6
Stars
120
mis à jour
2026-07-17
Forks
41
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

change-cleanup
Développeurs de logiciels

Clean up and harden code introduced by the current branch without drifting into broad refactors. Use when Codex should review branch-local changes against a base branch, improve newly added or modified code for reuse, clarity, docs, specs, and dead-state cleanup, and optionally work interactively with the user in `self-driving`, `smart`, or `assisted` mode. This skill is for targeted cleanup after feature iteration, especially when Elixir, Phoenix LiveView, or React changes may have left duplicated helpers, missing docs/specs, stale assigns/props/attrs, or overlapping state.

2026-07-17
implement-ui
Concepteurs web et d'interfaces numériques

Convert a provided UI design source into an implementation-ready design brief that maps visual intent to Torus design tokens, icons, reusable components, and code targets. Use when a Jira ticket or developer provides Figma or another design reference and the team needs governed implementation guidance before coding. Supports durable feature briefs and lightweight ticket-level briefs.

2026-04-01
ui-workflow
Concepteurs web et d'interfaces numériques

Execute the repo-local Figma-backed UI implementation workflow, including governed design mapping, current-state audit, targeted implementation, verification, iteration, and runtime memory management outside the repository.

2026-04-01
pr-review-followup
Analystes en assurance qualité des logiciels et testeurs

Triage and address pull request review comments after a PR is open. Use when Codex should read the linked ticket if present, the PR description, the relevant Torus review guidelines, and all review comments to build context first; then classify comments internally, review them interactively with the user one by one, agree on an action per comment, implement only the approved changes, create a single follow-up commit, and reply thread-by-thread for anything deferred, clarified, or not taken.

2026-03-27
build-scenario
Analystes en assurance qualité des logiciels et testeurs

Author and maintain Oli.Scenarios YAML-driven integration tests for Torus, including new `.scenario.yaml` files and companion ExUnit runners. Use when features or bugs need non-UI integration coverage through real authoring/delivery/student workflows (projects, content edits, publishing, sections, enrollments, learner attempts, assertions), especially when other `spec_*` skills need scenario-based test implementation. Do not use for UI/browser automation or for tests that depend on fixtures/factories/mocks for domain setup.

2026-03-10
extend-scenario
Analystes en assurance qualité des logiciels et testeurs

Extends Oli.Scenarios infrastructure when required feature coverage is not yet supported by current directives. Use for adding new directive capabilities, parser/validator/schema support, handler execution paths, and infrastructure tests so downstream scenario tests can be authored via `build_scenario`.

2026-03-10