원클릭으로
blahpack-deps
Show the dependency tree for a BLAS/LAPACK routine
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Show the dependency tree for a BLAS/LAPACK routine
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
Generate the stdlib-js module scaffold for a BLAS/LAPACK routine
| name | blahpack-deps |
| description | Show the dependency tree for a BLAS/LAPACK routine |
| argument-hint | <routine> |
Show the dependency tree for a BLAS/LAPACK routine. Run:
python bin/deps.py $ARGUMENTS
Show the tree view by default. If the user asks for implementation order, add --order. If they ask for JSON, add --json.
Summarize which dependencies are already implemented by checking which directories exist under lib/blas/base/ and lib/lapack/base/.