بنقرة واحدة
developer
Orchestrate research, planning, implementation, and verification.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Orchestrate research, planning, implementation, and verification.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Search, read, and send emails via Apple Mail IPC. No TCC issues.
Structured code review with SOLID, security, and quality checks.
Systematic root cause analysis — find the cause before fixing.
Secure coding patterns and security scanning tools.
Fetch version-specific documentation and code examples.
Advanced history manipulation, recovery, and diagnostics.
استنادا إلى تصنيف SOC المهني
| name | developer |
| description | Orchestrate research, planning, implementation, and verification. |
| needs | ["git","filesystem","context7","verification"] |
Follow this rigorous loop for any non-trivial step.
Gather context before proposing changes.
filesystem to find relevant files and imports.grep to understand data flow and symbol usage.context7 for external libraries.git to see how code evolved.Define the "What" and "How" before implementation.
Execute minimal, verified changes.
filesystem for surgical edits.Apply the verification workflow.