Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
windows_first
missing_linux_example
Summary
The documentation page demonstrates a notable Windows bias. It repeatedly references PowerShell and its module (AIShell), links to PowerShell-specific documentation, and provides no explicit examples or instructions for Linux or macOS users. The installation section only mentions the PowerShell module, and all external links point to PowerShell resources. There are no Bash or Linux-native command examples, nor any mention of platform-specific differences or requirements for non-Windows environments.
Recommendations
- Include explicit instructions and examples for Linux/macOS users, such as Bash shell usage.
- Clarify whether AI Shell can be used outside PowerShell (e.g., in Bash, zsh, etc.), and provide installation steps for those environments.
- Add links to cross-platform or Linux/macOS-specific documentation.
- Ensure command examples alternate between Azure CLI (cross-platform) and PowerShell, or show both side-by-side.
- Mention any platform-specific requirements or limitations.
Create Pull Request