Skip to content

feat: implement oss-dev doctor command with full diagnostics#49

Open
geetanunakani wants to merge 1 commit into
Hell1213:mainfrom
geetanunakani:feature/doctor-command
Open

feat: implement oss-dev doctor command with full diagnostics#49
geetanunakani wants to merge 1 commit into
Hell1213:mainfrom
geetanunakani:feature/doctor-command

Conversation

@geetanunakani
Copy link
Copy Markdown

@geetanunakani geetanunakani commented May 26, 2026

Summary

Implemented oss-dev doctor command with full system diagnostics

Related Issue

Fixes #36

Type of Change

  • Bug fix
  • New feature
  • Documentation
  • Refactoring
  • Test changes
  • CI/Chore

Testing

  • uv run ruff check passes
  • uv run mypy passes
  • uv run pytest passes
  • Manual testing done

Description

Fixes #36

Changes Made

  • Implemented oss-dev doctor command with full system diagnostics
  • Checks Python version (3.10+)
  • Checks git CLI installation
  • Checks gh CLI installation and authentication
  • Checks config file existence
  • Checks GEMINI_API_KEY and GITHUB_TOKEN environment variables
  • Reports results with pass/warn/fail status using Rich library

Skills Used

  • Python, Rich library, Click CLI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement oss-dev doctor command with full diagnostics

1 participant