بنقرة واحدة
engineering-audit
Audit code with an evidence-first, pipeline-aware review format.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Audit code with an evidence-first, pipeline-aware review format.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Update CHANGELOG.md and usr/docs/changelogs in amkisko house style. Use when editing changelogs, preparing releases, or syncing engineering notes into product-facing release text.
Audit third-party dependencies with advisory scans plus deep recon/OSINT. Use when asked to audit, review, or harden the dependency graph, lockfiles, or package manifests.
| name | engineering-audit |
| description | Audit code with an evidence-first, pipeline-aware review format. |
Use when asked for an engineering audit, systems review, hot-path analysis, Big-O review, or pipeline-style inspection.
Read engineering-audit.md in this skill directory for dimensions, stage checks, finding format, and ranking.
Pipeline:
ingress → app logic → cache → database → queue → worker → external API → egress
Order findings by danger, then certainty, then impact, then fix cost. Present the smallest credible fix before structural rewrite. Separate missing coverage from futile coverage.