Skip to main content
在 Manus 中运行任何 Skill
一键导入
Orenda-Project
GitHub 创作者资料

Orenda-Project

按仓库查看 5 个 GitHub 仓库中的 27 个已收集 skills。

已收集 skills
27
仓库
5
更新
2026-07-12
仓库浏览

仓库与代表性 skills

coaching
软件开发工程师

Classroom-observation coaching pipeline — pluggable scoring frameworks (OECD/HOTS/TEACH/FICO), the async queue worker, lesson-plan integration, and session debugging.

2026-05-25
feature-tracer
软件开发工程师

Trace any feature end to end — webhook → handler → service → queue → worker → DB → storage → delivery — to find where a user's request actually broke. The map that points you at the right service, worker, table, and skill for each feature.

2026-05-25
logging
软件开发工程师

How the bot logs — structured single-line JSON to the console, correlation IDs that thread a request across handler/queue/worker, semantic events, and an optional external log backend. Use when adding logging or wiring observability.

2026-05-25
pre-merge-checklist
软件质量保证分析师与测试员

Pre-merge defensive checks for recurring, predictable bug classes — run before merging code that (a) emits new interactive button/list/Flow IDs, (b) edits or sends a Flow, (c) writes new enum/status values, (d) chains Supabase update+filter+select, (e) sends to a dormant user, or (f) tracks files toxic to a fresh clone. Each class has a concrete grep/SQL pre-flight and the failure mode it prevents.

2026-05-25
ab-testing
软件开发工程师

A/B testing via a Thompson-sampling multi-armed bandit. DB-driven tests (ab_tests / ab_test_variants / ab_test_events) that learn the best-performing variant online. Use when adding or measuring a message/content experiment.

2026-05-25
database-analysis
软件开发工程师

Query the bot's Postgres database with a read-only role. Use when analysing user metrics, debugging DB state, or exploring the schema. Column names: phone_number (not phone), first_name (not name) in the users table.

2026-05-25
qa-testing
软件质量保证分析师与测试员

How testing works in this repo — the test runner, the domain-organised jest suites, the conformance guards that lock the schema/docs/source contracts, and the route-contract pattern for catching orphan dispatch. Use before adding tests or diagnosing CI.

2026-05-25
video-generation
软件开发工程师

The educational-video pipeline — script → TTS → image → animation → assembly → delivery — its env vars, the presigned-URL gotcha, the checkpoint/resume system, and common failures.

2026-05-25
当前展示该仓库 Top 8 / 14 个已收集 skills。
coaching-agent
软件质量保证分析师与测试员

Coaching Agent — validate and execute @regression scenarios for the Baseline Assessment (baseline-assessment.feature) and the Module-Based Training Journey (training-flow.feature) against the app. Logs in first, runs only @regression scenarios (ignoring @smoke/@sanity/@wip/untagged), captures evidence, and generates a regression report. Trigger with /coaching-agent.

2026-06-18
bdd-gherkin-test-cases-for-coach-platform
软件质量保证分析师与测试员

Generate complete BDD/Gherkin test cases for the coaching platform from a scenario description or file.

2026-06-11
sdlc-workflow
软件开发工程师

Mandatory SDLC workflow for new features, bug fixes, refactors, architecture changes, API changes, database changes, UI changes, tests, and deployment-related work. Use before implementation.

2026-05-14
formatting-idd-validation-reports
软件质量保证分析师与测试员

Use when producing final IDD validation output - create markdown table with scenario findings, assign PASS/PARTIAL/FAIL verdict, follow schema exactly

2026-05-12
analyzing-actual-behavior
软件质量保证分析师与测试员

Use when IDD scenario is not COVERED - trace code line-by-line to find what the code ACTUALLY does, not what it should do

2026-05-12
mapping-code-to-scenarios
软件质量保证分析师与测试员

Use when validating IDD scenarios - map each scenario's steps to specific implementation locations in scope-bounded source files

2026-05-12
parsing-gherkin-scenarios
软件质量保证分析师与测试员

Use when validating BDD feature files - extract scenarios, detect chunk filtering mode, classify positive vs negative scenarios

2026-05-12
validating-scenarios-against-code
软件质量保证分析师与测试员

Use when running IDD validation - classify each scenario as COVERED/PARTIAL/MISSING/VIOLATION, assign severity, calculate final verdict

2026-05-12
当前展示该仓库 Top 8 / 9 个已收集 skills。
已展示 5 / 5 个仓库
已展示全部仓库