docs: add Claude Code project documentation#899
Open
bonzofenix wants to merge 16 commits intomainfrom
Open
Conversation
• Implement new 'simplify' skill to refine code structure without altering functionality • Introduce code-simplifier agent for automated code analysis and improvement • Ensure adherence to project-specific best practices and coding standards • Enable targeted simplification for specific files or components upon request
- Add smart-pr skill with automated PR title and description generation based on branch diffs - Include checks for branch context, existing PRs, and diff analysis - Provide structured PR content with summary, changes, and testing checklist - Handle error scenarios and output PR details with direct GitHub link
- Streamline language across all three skill files - Remove verbose phrases and redundant explanations - Improve formatting consistency - Make instructions more action-oriented - Reduce word count by ~20-30% while preserving all information
Use fully-qualified agent type 'code-simplifier:code-simplifier' instead of 'code-simplifier' to match available agent types.
3756da2 to
6e7a705
Compare
Allow GitHub API GraphQL calls for PR comment resolution workflow. Co-Authored-By: Claude <noreply@anthropic.com>
Document team workflow for resolving PR review comments with commit references using GitHub CLI and GraphQL API. Co-Authored-By: Claude <noreply@anthropic.com>
Add skill to fetch and display only unresolved comments from GitHub pull requests using GraphQL API. Complements the PR comment resolution workflow documented in CLAUDE.md. Co-Authored-By: Claude <noreply@anthropic.com>
Allow git add and commit commands for commit workflow automation. Co-Authored-By: Claude <noreply@anthropic.com>
Add .claude/.claude/ to gitignore as it contains local cache/state that should not be committed to the repository. Co-Authored-By: Claude <noreply@anthropic.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
.gitignoreto exclude Claude Code cache directoryChanges
CLAUDE.md(267 lines) with detailed project overview:.gitignoreto exclude.claude/.claude/cache directoryContext
This documentation enables Claude Code (Anthropic's AI-powered CLI) to better understand the app-autoscaler codebase and provide more accurate assistance. The
CLAUDE.mdfile follows the pattern used in many open-source projects to provide project-specific context to AI tools.Testing
make build,make test🤖 Generated with Claude Code