بنقرة واحدة
creating-raw-transcripts
Load this skill if you need to create raw transcripts from audio recordings or from raw text.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Load this skill if you need to create raw transcripts from audio recordings or from raw text.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Load this skill when creating a GitHub project backlog issue or drafting an issue title, body, type, or labels.
Backlog and project-management instructions using GitHub Issues. Load this skill when reading, listing, searching, understanding, or modifying project backlog issues.
Load this skill if you need to work with the backlog or meeting minutes
Load this skill if you need to review meeting minutes with the user
Load this skill if you need to prepare or review meeting minutes.
Load this skill if you need to create meeting minutes from transcript files.
| name | Creating Raw Transcripts |
| description | Load this skill if you need to create raw transcripts from audio recordings or from raw text. |
Workflow:
YYYY-MM-DD-HHMM.raw.md../raw-transcripts/<repo name>/This file should not be checked in to Git. This is why it resides outside the project repo.
When asking for permission to create files,
ask for permission to modify or create files in
the ../raw-transcripts/<repo>/ folder.
If the permission is scoped to the specific files,
permission has to be granted for each run of this process,
and that's not helpful.
If the input is raw text, save this text as the raw-transcript file and proceed to the cleaning step. If the user hasn't provided the time of the meeting, ask them for it.
If the input is an audio file, follow these steps.
This step depends on faster-whisper for audio transcription.
If this package is not installed in the current environment,
and you need to transcribe from an audio input,
offer to install it.
Read the file creation timestamp from the source audio file.
On macOS, stat -f '%SB' -t '%Y-%m-%d-%H%M' <file> works.
Save the raw transcript to the raw-transcripts folder.
faster-whisper is used, a workable pattern is:
HF_HOME=<repo>/.cache/huggingface
XDG_CACHE_HOME=<repo>/.cache.cache folder is NOT tracked by git.Using the .raw.md file from the previous step as input:
[unclear]Save the result back to the same file.