Conversation
- Delete devflow/cli_skills/git-cli/SKILL.md entirely - Remove git-cli mentions from skill lists, comments, and discovery docs - Update cross-references in daf-workflow, gh-cli, glab-cli, and daf-cli skills - Update installation, uninstall, and skills management documentation 🤖 Generated with [Claude Code](https://claude.com/claude-code) 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.
GitHub Issue: #388
Description
Remove the
git-cliskill and all references to it across the codebase. Claude Code already has native git knowledge, making a dedicated skill for git commands redundant. This reduces maintenance burden and avoids unnecessary skill overhead for functionality the LLM handles well out of the box.Changes include:
devflow/cli_skills/git-cli/SKILL.mddaf-cli,daf-workflow,gh-cli,glab-cli) that previously depended on or mentioned git-cliAssisted-by: Claude
Testing
Steps to test
python -m pytest tests/test_claude_commands.py tests/test_upgrade_command.pyto verify tests pass without git-cli referencesgit-clino longer appears in skill listings by runningdevflow skills listor equivalentgh-cli,glab-cli,daf-workflow,daf-cli) still install and render correctly without git-cli referencesScenarios tested
Deployment considerations