diff --git a/.agents/.gitignore b/.agents/.gitignore deleted file mode 100644 index 8173d7ca20940..0000000000000 --- a/.agents/.gitignore +++ /dev/null @@ -1,9 +0,0 @@ -# Auto-generated by dotagents. Do not edit. -# Managed skills (installed by dotagents) -/skills/agents-md/ -/skills/brand-guidelines/ -/skills/commit/ -/skills/create-branch/ -/skills/iterate-pr/ -/skills/pr-writer/ -/skills/skill-writer/ diff --git a/.agents/skills/commit/SKILL.md b/.agents/skills/commit/SKILL.md deleted file mode 100644 index f19ecc6937360..0000000000000 --- a/.agents/skills/commit/SKILL.md +++ /dev/null @@ -1,160 +0,0 @@ ---- -name: commit -description: ALWAYS use this skill when committing code changes — never commit directly without it. Creates commits following Sentry conventions with proper conventional commit format and issue references. Trigger on any commit, git commit, save changes, or commit message task. ---- - -# Sentry Commit Messages - -Follow these conventions when creating commits for Sentry projects. - -## Prerequisites - -Before committing, always check the current branch: - -```bash -git branch --show-current -``` - -**If you're on `main` or `master`, you MUST create a feature branch first** — unless the user explicitly asked to commit to main. Do not ask the user whether to create a branch; just proceed with branch creation. The `create-branch` skill will still propose a branch name for the user to confirm. - -Use the `create-branch` skill to create the branch. After `create-branch` completes, verify the current branch has changed before proceeding: - -```bash -git branch --show-current -``` - -If still on `main` or `master` (e.g., the user aborted branch creation), stop — do not commit. - -## Format - -``` -(): - - - -