Our review
This skill uses the project's push script to commit and deploy changes to the remote repository.
Strengths
- Automates the commit and push process in a single command
- Generates a commit message based on changes if none is provided
- Leverages existing project conventions and scripts
Limitations
- Requires the project to have a ./push script
- Generated commit messages may be generic or inaccurate
- Does not replace manual code review before pushing
Use this skill when you are ready to publish or deploy changes to the remote repository.
Avoid using it if you need to manually review changes or if the project does not have a push script.
Security analysis
SafeThe skill runs a local push script with a commit message argument. No destructive or exfiltration actions are indicated. The script is project-specific and presumably under the user's control.
No concerns found
Examples
Push my changes to the repository with a commit message about bug fixes.Deploy the latest updates to production.Commit and push all changes with an appropriate message.name: push description: Push changes to remote. Use this whenever the user wants to push, deploy, or publish changes. argument-hint: [commit message]
Use the project's push script to commit and deploy changes.
Run: ./push "$ARGUMENTS"
If no commit message argument is provided, generate a short commit message based on the changes made and pass it as the argument.
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.