ワンクリックで
learnify
Isolate a function or code block into a self-contained, runnable script for study and manual testing.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Isolate a function or code block into a self-contained, runnable script for study and manual testing.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Ruthlessly tear apart code design — naming, abstractions, coupling, complexity, and everything else.
Generate Mermaid diagrams in the README to visualise architecture, flows, or relationships from the codebase.
Analyse test coverage gaps and report uncovered code before making changes.
Run tests, fix failures, and re-run until the suite passes.
Write and improve tests — reuse existing patterns, ensure consistency, and maintain quality.
Fix grammar and improve writing while preserving the author's original voice and style.
| name | learnify |
| description | Isolate a function or code block into a self-contained, runnable script for study and manual testing. |
| argument-hint | <files> [instructions] |
| user-invocable | true |
| disable-model-invocation | true |
Extract the specified function or code block into a standalone, self-contained script designed for study and hands-on experimentation.
Files and instructions: $ARGUMENTS
lodash, axios, requests, pandas, numpy) should remain as imports — only inline code from the project itselfThe arguments are free-form and flexible. They may contain:
@file.ts, file.py, main.go, utils.go, script.sh handler.rbParse the arguments to identify which file(s) to read, what code to extract, and what additional instructions apply.
/learnify @utils.ts the calculateTax function — extract calculateTax into a runnable script/learnify @parser.py the tokenize and parse functions — extract multiple related functions/learnify @api.go the retry logic, include comments explaining the backoff strategy — extract with targeted instructions/learnify @auth.rb the password hashing flow, show edge cases — extract with edge case examplesnode script.js, python script.py)playground/ directory) and tell the user how to run it