SKonsole 1.0.0
See the version list below for details.
dotnet tool install --global SKonsole --version 1.0.0
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local SKonsole --version 1.0.0
#tool dotnet:?package=SKonsole&version=1.0.0
nuke :add-package SKonsole --version 1.0.0
SKonsole Tool
The SKonsole Tool is a console application powered by Semantic Skills, utilizing the Semantic Kernel. It empowers developers with the ability to perform tasks efficiently by harnessing the capabilities of these skills. The tool currently supports tasks like generating commit messages and providing insightful pull request feedback. Configuration is achieved through Azure OpenAI backend and environment variables.
Available Commands
skonsole commit <commitHash>
: Generate commit messages based on the provided commit hash.skonsole pr feedback
: Generate valuable feedback for pull requests using git diff or git show output.skonsole pr description
: Generate detailed descriptions for pull requests using git diff or git show output.skonsole createPlan <message>
: Create plans using the Planner subcommand by providing a message.skonsole promptChat
: Engage in interactive prompt chat sessions.
For comprehensive instructions and advanced functionality, consult the official GitHub repository and accompanying documentation.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
This package has no dependencies.