From e7eee2295afe451d75be8ad59cf9355af8ceadb7 Mon Sep 17 00:00:00 2001 From: Andrei Borza Date: Mon, 23 Jun 2025 10:41:17 +0200 Subject: [PATCH] chore: Add local claude settings to gitignore and a slash command to fix issues --- .claude/commands/fix-github-issue.md | 12 ++++++++++++ .gitignore | 4 ++++ 2 files changed, 16 insertions(+) create mode 100644 .claude/commands/fix-github-issue.md diff --git a/.claude/commands/fix-github-issue.md b/.claude/commands/fix-github-issue.md new file mode 100644 index 000000000000..46a30d6f3934 --- /dev/null +++ b/.claude/commands/fix-github-issue.md @@ -0,0 +1,12 @@ +Follow these steps: + +1. Use `gh issue view` to get the issue details +2. Understand the problem described in the issue +3. Search the codebase for relevant files +4. Implement the necessary changes to fix the issue +5. Write and run tests to verify the fix +6. Ensure code passes linting and type checking +7. Create a descriptive commit message +8. Push and create a PR + +Remember to use the GitHub CLI (`gh`) for all GitHub-related tasks. diff --git a/.gitignore b/.gitignore index f784704ac31a..170290410466 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,7 @@ packages/gatsby/gatsby-node.d.ts # intellij *.iml + +# claude +.claude/settings.local.json +CLAUDE.local.md