blog: add krkn-skill AI-assisted chaos engineering article#526
Conversation
✅ Deploy Preview for krkn-chaos ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Code Review by Qodo
Context used✅ Compliance rules (platform):
24 rules 1. Missing noreferrer on link
|
Review Summary by QodoAdd krkn-skill AI-assisted chaos engineering blog entry
WalkthroughsDescription• Add blog card for krkn-skill AI-assisted chaos engineering article • Link to Red Hat Developers article about Claude Code skill • Enable filtering by AI category and article type Diagramflowchart LR
A["Blog List Page"] -- "adds new card" --> B["krkn-skill Article Card"]
B -- "links to" --> C["Red Hat Developers Article"]
B -- "tagged with" --> D["AI Category"]
File Changes1. layouts/blog/list.html
|
Add blog card for the Red Hat Developer article on krkn-skill, a Claude Code skill that generates validated Krkn chaos commands from plain English descriptions. Signed-off-by: ddjain <darjain@redhat.com>
e2c3a08 to
53a7e14
Compare
|
pipeline failure is due to I dont think so it is related to my code changes, as it is simple HTML addition |
|
Hm, its strange because other Pr's aren't hitting this issue |
|
Hi @ddjain! 👋 One or more commits in this PR are missing a Unsigned commits:
To fix, rebase and sign off all commits: git rebase HEAD~1 --signoff
git push --force-with-leaseOr, to sign off every commit in this PR at once: git rebase origin/main --signoff
git push --force-with-lease
The |
Add blog card for the Red Hat Developer article on krkn-skill, a Claude Code skill that generates validated Krkn chaos commands from plain English descriptions.
Documentation Update
Related Feature:
Please include the branch name where you have made changes or added new features/scenario that we need on the website (e.g.,
krkn/new_scenario) in the title of this PR.Changes:
Describe the documentation updates made for the feature.