بنقرة واحدة
blahpack-status
Show the current translation status
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Show the current translation status
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Rigorously validate a BLAS/LAPACK routine's correctness using the property-based harness. Repeatable process — classify the routine, pick generator/scheme/property from fixed tables, sweep sizes and flags, fuzz layouts, record the level. The argument is the routine name (e.g. `dpotrf`).
Run ESLint with stdlib rules, fork rules for customization, or create new fixable rules
Review a module (or the full codebase) for convention violations, scaffolding remnants, and quality issues. The argument is the module path (e.g. `lib/blas/base/zhpmv`) or empty for full audit.
Run the full translation checklist for a BLAS/LAPACK routine. The argument is the routine name (e.g. `dpotf2`).
Run test coverage analysis
Show the dependency tree for a BLAS/LAPACK routine
| name | blahpack-status |
| description | Show the current translation status |
| argument-hint | <routine> |
Show the current translation status.
node bin/gen-queue.js > QUEUE.md
Show the summary line from the top of QUEUE.md (implemented vs remaining counts).
List all implemented modules:
find lib -name base.js -path "*/lib/base.js" | sed 's|lib/||;s|/lib/base.js||' | sort
Show the top items from each tier in QUEUE.md (the next things to implement).
If a routine was just completed, check its box in QUEUE.md (- [ ] → - [x]).