Github Modes 1 Authentication

Sub-skill of github-modes: 1. Authentication (+3).

vamseeachanta 3210b44 701 B Updated

File contents

1. Authentication (+3)

1. Authentication

  • Use gh auth login for initial setup
  • Store tokens securely in GitHub Secrets
  • Use GITHUB_TOKEN in workflows
  • Rotate tokens regularly

2. Rate Limiting

  • Batch operations when possible
  • Use GraphQL for complex queries
  • Implement exponential backoff
  • Cache API responses

3. Workflow Design

  • Use reusable workflows
  • Implement proper error handling
  • Add meaningful commit messages
  • Follow semantic versioning

4. Security

  • Enable branch protection
  • Require PR reviews
  • Use signed commits
  • Enable security scanning

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/development/github/github-modes/1-authentication commit 3210b44b58

Frequently asked questions

npx skillmds@latest add vamseeachanta/github-modes-1-authentication