بنقرة واحدة
create-adr
Create an Architectural Decision Record (ADR) to document a design choice or technical strategy.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create an Architectural Decision Record (ADR) to document a design choice or technical strategy.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Safe, project-wide remediation of a dangerous or incorrect code pattern using structured search and replace.
Run a multi-faceted code review on uncommitted changes using specialized review subagents.
Run a multi-faceted code review on uncommitted changes using specialized review subagents.
Commit (if needed), push the current branch to origin, and generate a pull request description in the chat.
Generate a session handoff document capturing the current working state for the next session.
Proactively audit GitHub Actions workflows and CI/CD logs for deprecations, stale runtimes, and missing best practices.
| name | create-adr |
| description | Create an Architectural Decision Record (ADR) to document a design choice or technical strategy. |
| metadata | {"author":"ssfcultra","version":"1.0"} |
Create an Architectural Decision Record (ADR) to document a design choice or technical strategy.
A description of the technical decision, or a reference to a recent decision made in the conversation.
# ADR: {YYYYMMDDii} - {Short Description}
## Status
Accepted
## Context
{The background and problem...}
## Decision
{The technical choice made...}
## Consequences
- **Pros**: ...
- **Cons**: ...
- **Maintenance**: ...
kh). Format: YYYYMMDDii.{ID}-{kebab-case-description}.md./docs/adr/ directory exists./docs/adr/{filename}.docs: record ADR {ID} - {description}.A new Architectural Decision Record file in /docs/adr/ committed to the repository.
YYYYMMDDii format for IDs.db.session (or self.session injected) as the primary source of truth in service layers to avoid synchronization issues with g.db_session.