Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

Scinoephile

Scinoephile에는 KarlTDebiec에서 수집한 skills 13개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
13
Stars
6
업데이트
2026-07-24
Forks
0
직업 범위
직업 카테고리 4개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

run-transcription-workflow
소프트웨어 개발자

Run and verify Scinoephile reference-guided transcription in consecutive block batches using the command-line interface, limited to audio extraction, transcription, delineation audit, and punctuation audit. Use when building or continuing a movie transcription from a provided media file and guide SRT without performing guided review or translation. Requires an explicit existing media file; never discover media from machine-specific locations.

2026-07-24
test-fixture-sync
소프트웨어 품질 보증 분석가·테스터

Sync test fixtures in test/data/* by comparing the input and output files present with test fixtures in __init__.py and making appropriate updates, followed by updating the relevant tests to use the current fixtures/files. Use when test data file organization changes, output files are added/removed, or tests fail due to fixture mismatches.

2026-07-23
write-movie-context
기술 작가

Research and draft concise, operation-specific, prompt-ready additional context for LLM calls involving a movie, including canonical character names, aliases, places, objects, organizations, culture-specific terms, and other recurring terminology. Use when preparing or revising a Scinoephile movie dataset's additional_context for transcription, review, OCR, or translation; when an LLM needs title-specific naming or tone guidance; or when reference subtitles and web sources such as official film pages, Wikipedia, or Douban should be reconciled into a terminology list.

2026-07-23
audit-aligned-subtitle-diffs
기술 작가

Audit character-aligned subtitle differences between a transcription and a non-authoritative reference, optionally using a timing-aligned guide for context. Use when evaluating transcription accuracy, explaining character-error-rate differences, distinguishing transcription errors from reference errors or acceptable variants, or inspecting aligned subtitle diff reports.

2026-07-23
audit-ocr-fusion
소프트웨어 개발자

Audit Scinoephile OCR-fusion output against the exact two OCR source SRTs and optional OCR-fusion JSON used to generate it, optionally comparing every fused subtitle with a one-to-one validated SRT as ground truth. Use when inspecting ocr_fusion.json decisions, source selection, fused OCR errors, validation discrepancies, verification state, or corrected OCR-fusion cases.

2026-07-23
audit-subtitle-reviews
소프트웨어 개발자

Audit Scinoephile regular or guided subtitle reviews, traditional-to-simplified review paths, or dual Hans/Hant review paths. Use when inspecting original and reviewed SRTs, review or guided_review JSON, guide-supported revisions, character-focused changes, parallel script outputs, verification state, or corrected subtitle-review cases.

2026-07-23
audit-transcription-delineation
소프트웨어 개발자

Audit Scinoephile transcription delineation logs by matching JSON reference pairs to their guide SRT subtitle indexes and judging whether target boundary shifts or no-shift answers align fixed target text appropriately. Use when inspecting transcription delineation mps.json or cuda.json files or identifying incorrect boundary decisions. Do not assess transcription accuracy.

2026-07-23
audit-transcription-punctuation
일반 사무원

Audit Scinoephile transcription punctuation logs by matching JSON guide text and target fragments to reference and punctuated target SRTs, then judging whether punctuation and whitespace are appropriate without assessing transcription accuracy. Use when inspecting punctuation mps.json or cuda.json files, identifying punctuation errors, or verifying corrected punctuation test cases.

2026-07-23
audit-translations
일반 사무원

Audit Scinoephile standard, gapped, or guided translation JSON against the exact source, target-context, and guide SRT files used to generate it. Use when inspecting translation, gap_translation, or guided_translation JSON; judging translated, empty, unnecessary, or unanswered outputs; filtering by verification state; or correcting and verifying translation cases.

2026-07-23
audit-zho-conversion-exclusions
소프트웨어 품질 보증 분석가·테스터

Use when auditing Scinoephile Chinese conversion exclusions or checking whether Hans/Hant test subtitles change unexpectedly under OpenCC no-op direction conversions.

2026-06-18
audit-style
소프트웨어 품질 보증 분석가·테스터

Audit Python files in a repository for compliance with docs/STYLE.md and write conservative markdown notes, typically to local/style_notes.md. Use when asked to review repository style compliance without automatically modifying source files.

2026-05-19
audit-module-hierarchy
소프트웨어 개발자

Audit and correct module hierarchy comments and exported symbol ordering in scinoephile __init__.py files using dependency-aware "bubble up" ordering, including cycle detection (for example core/open_ai). Use when package structure changes or when hierarchy comments may be stale.

2026-05-04
author-test
소프트웨어 품질 보증 분석가·테스터

Add or update pytest tests in Scinoephile's test/ suite, including new test modules organized by domain (for example, test/lang/eng or test/lang/zho), fixtures under test/data, or expected-output generation scripts for subtitle/LLM/CLI workflows.

2026-01-21